You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We discussed this in IRC a bit earlier this morning, and I have implemented the plumbing needed for broccoli-manifest to become an addon and give it direct access to the final post-processed tree.
As part of this change I removed broccoli-asset-rev from being included internally in Ember CLI, and made it an addon. You can see the changes needed for that here:
Thanks for the pointers, right now npm install --save-dev broccoli-manifest works for me. #3 is still open though, I'm not able to read the config from project/config/environment.js.
We discussed this in IRC a bit earlier this morning, and I have implemented the plumbing needed for
broccoli-manifest
to become an addon and give it direct access to the final post-processed tree.This PR is merged now:
ember-cli/ember-cli#1214
As part of this change I removed
broccoli-asset-rev
from being included internally in Ember CLI, and made it an addon. You can see the changes needed for that here:ember-cli/broccoli-asset-rev#8
Hopefully, this is all you need, and the Ember CLI PR is merged before the next version is cut.
The text was updated successfully, but these errors were encountered: