How do I use Google Closure compiler to remove unused code?
I am using the JQuery Slider control but am not using anything else within JQuery. So I read that Google Closure compiler in Advanced mode can remove unused code, but I don't know how.
I have frontpage.html that links to an external JQuery, JQuery UI and JQuery Slider control from that html page hosted on my site.
On my frontpage.html, I also have JavaScript embedded within the HTML that initiates the JQuery Slider control.
How do I use I use the online Closure Compiler to evaluate my frontpage.html, JQuery, JQuery UI, and JQuery Slider to remove all of the unused JQuery code that I don't use?