Do you know a good syntax checker and compressor for JavaScript?
We are currently using JSLINT as syntax checker and YUI for compression. Note we are using the library ExtJS for UI.
Do you know a good syntax checker and compressor for JavaScript?
We are currently using JSLINT as syntax checker and YUI for compression. Note we are using the library ExtJS for UI.
On
You might want to consider Google's newly released Closure Compiler and it's Advanced Compilation options.
What about the newly released Closure Compiler?
It removes dead code, checks syntax, variable references, types, and warns you about other common JavaScript pitfalls.