Andy Dempster
Andy Dempster
Just tested this little beauty and it worked. I will find some time to clone and do a PR... ``` #!/bin/bash # Link contrib twig functions into the components directory...
Thanks @evanmwillhite - an alternative to my script has been suggested to setup autoloading for the library (https://github.com/drupal-pattern-lab/bem-twig-extension/blob/master/composer.json) We can add ``` "autoload": { "psr-4": { "drupal-pattern-lab\\bem-twig-extension\\": "lib/" } }...
> Here's command-line yamllint. It gives the correct line number. > https://github.com/adrienverge/yamllint Thank you @mahemoff, you just saved me a world of pain!
@weedrater please create a PR in the main repo as this would be awesome!