JSLint and JSMin
Written by admin on July 25th, 2006 in Home.
It recently came to our attention that not everyone knows about two critical free tools for any type of AJAX development.
JSMin is a tool for compressing Javascript. It will strip your white-space and comments so that all that is left is code….you know, the good stuff. It does not obfuscate the code, just shrinks it.
JSLint will check your Javascript for basic coding issues. You gotta try them both!