Minimizability or readability?
I am authoring a lot of plugins for the content management system that I am writing. I believe it to be of utmost importance that script files (especially if they’re plugins) should load quickly, which leads to me to the question that I’ve asked today?
Minimizability or readability?
I am authoring a lot of plugins for the content management system that I am writing. I believe it to be of utmost importance that script files (especially if they’re plugins) should load quickly, which leads to me to the question that I’ve asked today?
Minify all: Javascript + HTML
I want to minify all, starting from the HTML file that includes several JS files. Is there a tool that does it? Without needing to install all sorts of other stuff first? (Looks like I could re-write my old lost Perl script before I find one. I don’t want to minify just one JS file! Of course the references from the HTML also need to be minified! I would be happy enough with that and leave the CSS alone.)