I liked using the Stylus for compressing my CSS stylesheets.
Are there any modules, that, similarly to Stylus, can automatically compress and minify static JS files? I am looking for something to use with Express.js.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could try the assetmanager middleware: https://github.com/mape/connect-assetmanager
As far as I can tell, it uses jsmin for minifying the javascript: http://www.crockford.com/javascript/jsmin.html