phase2 / p2-theme-core

Core configuration for Pattern Lab Starter/Particle v9
16 stars 22 forks source link

Drupal inject update #13

Closed illepic closed 8 years ago

illepic commented 8 years ago

./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