ef4 / ember-cli-deploy-appshell

applicationCache-based shell for loading Ember apps
MIT License
22 stars 7 forks source link

Cache `contentFor` minification. #1

Open rwjblue opened 8 years ago

rwjblue commented 8 years ago

The per-app build time minification should likely be cached so that it doesn't have to happen for each build. Likely not a big deal, just something I noticed.

https://github.com/ef4/ember-cli-deploy-appshell/blob/master/index.js#L21-L23

rwjblue commented 8 years ago

Is it possible that the minification only needs to happen for production builds?