Ask HN: Tools for deploying combined/minifed js/css 5 points by hogu 14y ago ↗ HN What are your favorite tools to automate incorporating combined and minified css and js into your html when you deploy projects?
[–] apsurd 14y ago ↗ 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!
[–] bmelton 14y ago ↗ If I'm using Django, I really like django-compressor[1].If I'm using Flask, I really like Flask Assets[2].[1] - http://django_compressor.readthedocs.org/en/latest/index.htm...[2] - http://flask-assets.readthedocs.org/en/latest/index.html
4 comments
[ 3.4 ms ] story [ 17.6 ms ] threadI ended up writing that
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!
If I'm using Flask, I really like Flask Assets[2].
[1] - http://django_compressor.readthedocs.org/en/latest/index.htm...
[2] - http://flask-assets.readthedocs.org/en/latest/index.html