I need to minify my JavaScript and CSS files and I see that there are many modules available for minifying JavaScript.
- node-minify - https://github.com/srod/node-minify
- minifyjs - https://github.com/clarkf/minifyjs
- node-jsmin - https://github.com/pkrumins/node-jsmin
There may be some more, which I do not know at the moment. need some advice as to which one I can use for minification of both JavaScript and CSS files.
uglifylibrary. – Dogbert Mar 18 '12 at 14:13