loewydesign / loewy-assets

A front-end asset pipeline driven by gulp.js.
MIT License
12 stars 3 forks source link

Separate `deploy-js` into `minify-js` and `fingerprint-js`and same for `deploy-css` #6

Closed agopshi closed 8 years ago

agopshi commented 8 years ago

Right now, deploy-js both minifies and fingerprints the JS files. Let's separate this into two separate tasks (minify-js and fingerprint-js). For backwards compatibility, we can keep the deploy-js tasks, but it should just run the two new tasks. Please do the same thing for the deploy-css task as well.

agopshi commented 8 years ago

@dan-ld Check this commit comment here: https://github.com/loewydesign/loewy-assets/commit/01ed34d2d85e6fed1db64839d898aa143d76febe#commitcomment-17756005

dan-hhog commented 8 years ago

@agopshi Sure. I've updated it to work as you describe in your linked comment. Tasks are now separated and can be run independently or together using the deploy task.