Re: Removing Comments During Build

2005-06-11 Thread Tom Frantz
Thanks for your suggestion about using JSP comments for everything to hide them from the browser. That will definitely help me with my app server stuff. What about the files being served by the web server? We have some static html pages and JavaScript libraries there with comments we would a

Removing Comments During Build

2005-06-10 Thread Tom Frantz
I want to be able to have comments in my code for JSP, HTML, JavaScript, ect., but I don't want those comments to show up on the user's browser when they use "View Source". I recently found out (the hard way) that excessive use of comments ends up slowing the response time for the pages. Our we