I guess I am used to compiled static languages.
Is there a way to do the following with JavaScript. JavaScript that mostly uses jQuery
- Validate JavaScript script (also HTML document may be available), maybe use jslint
- Run unit tests
- Compress a set of JavaScript files into one large JavaScript file (maybe obfuscated)
Do you have an approach for compiling all of those steps into one command? Like an ant script or maven script?