Any preferably open source html compressor written in Javascript? -
i looking html compressor/minimizer written in javascript. say, have javascript variable containing html code, want pass javascript function remove unecessary spaces, comments, etc... such tool exist? can't find any...
is there specific reason javascipt minimizer?
if worried website loading time, why not try head.js()?
you can see change if have large number of libraries.
but if have want minify, there ajax minifier
i used , works wonderful.
Comments
Post a Comment