-
Notifications
You must be signed in to change notification settings - Fork 19
Allow to configure manifest.json
file name
#23
Comments
There are some issues we need to tackle to implement this functionality. The issues have to do with renaming the manifest.ember-web-app.json file on the the build. These issues involve these ember addons:
To support the feature of fingerprinting the images declared in the The idea is that we generate the Our first attempt was to add Our second attempt was to rename Although this did it's job, it gave us another error with
So, broccoli's rebuild breaks when using fastboot's server if we rename files in a I'm not sure if this is a bug in FastBoot (likely), but even so, we need to support it so we need a workaround. Another approach I've tried is to use the Current solutionSo, the current solution would be to use a separate addon to rename the manifest and configure that addon to run after |
The text was updated successfully, but these errors were encountered: