Remove leading slash from pattern theme paths#327
Remove leading slash from pattern theme paths#327omarlopesino wants to merge 3 commits intonuvoleweb:8.x-1.xfrom
Conversation
Since twig 2.14.5 this is not supported. More info: https://github.com/twigphp/Twig/blob/v2.14.5/CHANGELOG
|
Nice! |
|
There is a problem that is happening after this change. We can define a library in a module or theme to be used in a pattern. See here the example pattern_library_one and pattern_library_two. I give here an example where we have now a regression: Before, with the leading slash, this was working, |
Since twig 2.14.5 this is not supported. More info: https://github.com/twigphp/Twig/blob/v2.14.5/CHANGELOG