J Edgar Montes

Results 5 comments of J Edgar Montes

I also started to get issues with core filters like `>> Unknown "attach_library" function.` However, this is only on CI not locally.

It looks like the core `TwigExtension.php` file is not getting loaded correctly. `Warning: file_get_contents(/mnt/tmp/local.prod/source/docroot/core/lib/Drupal/Core/Template/TwigExtension.php): Failed to open stream: No such file or directory in /mnt/tmp/local.prod/source/vendor/acquia/blt/src/Robo/Commands/Validate/TwigCommand.php on line 110`

Looks like issue was cased by `"allow-plugins"` changes on composer. I needed to add `acquia/blt` to the `allow-plugins` section. https://www.drupal.org/project/drupal/issues/3255749

I'm using `master` https://github.com/acquia/blt-travis/commit/00bf8d705b12bc9e931a90395f61617c792c9ad8 I tried `1.0.3` but it would error out as soon as I tried to update locally. Thanks @mikemadison13