Tuesday, October 18, 2011

An Ant process driven build for Javascript

What we are going to setup is an IDE that can assemble Javascript code spread out in multiple script files into a single file (mimicking physically structured class files found in class based languages),compile the code getting useful warnings and errors in the process, minify the code, create documentation via jsdocs and zip+deploy . All through a build script that can be called through the push of a button F6 (Just like in visual studio).

http://blog.typps.com/2011/10/ant-process-driven-build-for-javascript.html

No comments: