./lib/drupal.js was checking against config.drupal.inject before configuring drupal injection. It wasn't clear to me to set inject: false while also commenting out children below inject to disable, so I added a comment.
This is in my pursuit to prevent the multiple asynchronous css:full compile tasks that run on startup. This is actually causing side effects as 3+ css compile tasks all manipulate and post-process the same files. See: https://github.com/phase2/p2-theme-core/issues/12
./lib/drupal.js was checking against config.drupal.inject before configuring drupal injection. It wasn't clear to me to set
inject: false
while also commenting out children belowinject
to disable, so I added a comment.This is in my pursuit to prevent the multiple asynchronous css:full compile tasks that run on startup. This is actually causing side effects as 3+ css compile tasks all manipulate and post-process the same files. See: https://github.com/phase2/p2-theme-core/issues/12