Tanny O'Haley's WeblogThoughts on life, family, programming.JSMin and JavaScript Conditional Comments- June 12, 2008 In Robert Nyman's post Conditional Compilation in JavaScript he noted that &8220;Unfortunately, JSMin removes conditional compilation comments, but I believe this is due to not having been updated in a while, and not up to speed with modern web development practices&8221;. So I took that on as a project. I took Franck Marcia's javascript implementation of JS Minifier and modified the javascript code to not take out Microsoft javascript conditional comments. ...http://tanny.ica.com/ICA/TKO/tkoblog.nsf/dx/jsmin-and-javascript-conditional-comments |