3
votes
1answer
609 views

Is there a desktop tool to auto-combine & minify JS on save?

I've been using Less.app lately to automatically minify CSS and compile it from LESS to CSS immediately when I save a LESS source file. It seems like an obvious thing, but I can't find a tool that ...
20
votes
10answers
1k views

Good resources and tools for modern, heavy JavaScript development?

I am interested in doing some projects that involve heavy use of JavaScript. Namely HTML5 based canvas games, potentially using node.js as well. I am interested in learning modern best practices, ...