Does anyone know of a JavaScript mini-hitter that can detect unused code and disable it.
Google Closure looks good, but it seems compact.
I am looking for something much more advanced, where it can view my JavaScript and not only compactly, but also delete unused code.
Does anyone know about such a tool?
The base used, I use very little JQuery functionality - what I would like to do is remove from the base / kernel all the bells and whistles that are not needed from my use.
source share