CuriousCactus
CuriousCactus
Sorry for the slow reply. This is not strictly a Drupal-specific change. It allows headroom.js to be required using composer, (a common php package manager), so that php projects can...
An issue on the Drupal project (https://www.drupal.org/project/headroomjs/issues/3019252) implied that this was the way to do it, but on reflection I wonder if the main aim was to make it install...
I went to: /Users/myname/.atom/packages/language-twig/snippets/PHP-twig.cson and found that there were two sections called 'include' I removed the following lines: ``` 'include': 'prefix': 'include' 'body': '{% include \'${1:template}\' ${2:with ${3:vars}${4: only}} %}$0'...