Ask HN: Tools for deploying combined/minifed js/css

5 points by hogu ↗ HN
What are your favorite tools to automate incorporating combined and minified css and js into your html when you deploy projects?

4 comments

[ 3.4 ms ] story [ 17.6 ms ] thread
http://requirejs.org/

It's not the easiest thing to learn but AMD is a very progressive javascript development strategy that I would not classify as a fad. i.e. good to know!