JavaScript minification. It’s easy!
Minification is definitely not rocket science. You just need a few simple tools… cat or type – to concatenate files. (type for Windows users) minifier – a js minifier (there are many, if you don’t fancy minifier) Setting up the tools is easy… cat / type – Nothing to do! minifier – Simply Run: npm install -g minifier >>Don’t have npm!?!? It ships with Node.js. Get it here!<< And using the...