ember-cli-deploy-appshell icon indicating copy to clipboard operation
ember-cli-deploy-appshell copied to clipboard

Cache `contentFor` minification.

Open rwjblue opened this issue 9 years ago • 1 comments

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 avatar Mar 27 '16 14:03 rwjblue

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

rwjblue avatar Mar 27 '16 14:03 rwjblue