I’d like to have comments in my code, but I want them to be removed before deploying. Yes, it’s not hard to write such a thing, but if it already exists… And how about comments in ASP pages?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sounds like you are looking for a JSMin tool or similar.
There are many tools which you can purchase, but there are also some online tools you can use:
http://www.askapache.com/tools/online-compression-tool-compares-packer-jsmin-dojo-and-yui-compressor.html
http://www.askapache.com/online-tools/js-compress/
Good Luck!