HTML Compressor, Closure Compiler, and Ant.
by Jason on June 6, 2012
The other day a friend of mine posted on Facebook that she was 10,000 days old.
About an hour later, I had created the Days Since Birth utility.
Still wanting to code more, I decided to make this project a bit more mature.
So, using Ant I was able to setup a simple target that compresses the HTML and runs the JavaScript through Google’s Closure Compiler.
I am considering other options, such as Linter’s (even though the code is already JSLint compatible), but would love other’s thoughts on it.
Leave your comment