ember-cli-deploy-appshell
ember-cli-deploy-appshell copied to clipboard
Cache `contentFor` minification.
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
Is it possible that the minification only needs to happen for production builds?