ForbesLindesay / browserify-middleware

express middleware for browserify, done right
http://browserify.org
MIT License
381 stars 66 forks source link

Pre-compress hook? #39

Closed DevinClark closed 10 years ago

DevinClark commented 10 years ago

I am currently using this project for an Angular.js app (Express on the back-end) and I would like to also use https://github.com/btford/ngmin for when the bundle file is minified for production.

I pre-minify function with the bundle contents as a parameter would be ideal but I am willing to explore other solutions.

Any other possible solutions would be greatly appreciated.

Thoughts?