Open rwjblue opened 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
Is it possible that the minification only needs to happen for production builds?
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