Update config around production-like environments#100
Update config around production-like environments#100LevelbossMike merged 1 commit intomasterfrom unknown repository
Conversation
|
Thanks for improving the README! Unfortunately this is still a pain to do in ember-cli and also other addons are a problem with this approach because they can't be forced to add productionLike assets via the app's Brocfile (ember-faker is an example). Bloats the build but does not change the app's behaviour much of course. Would be great if you could also add the vendorFiles-property which is needed to add the production like builds for handlebars and ember itself for |
|
Think there's a bunch of issues in the ember-cli repo around multiple environments so hopefully there will be a simpler solution soon. Just pushed up the |
|
Actually, is adding |
|
Ah I don't have handlebars. |
Update config around production-like environments
|
Thx again! 👍 |
I understand stuff is changing real soon with #59 but I was struggling with getting staging setup to behave exactly like production in terms of fingerprinting, minifying etc right now.
There are a number of other options that are required in ember-cli if a build exactly the same as
--environment productionis desired, which i've now added to the readme.