Concatination And Compressing Files With Grunt
With the advent of more and more Javascript being used to enhance user experience, tools have evolved to deal with the increased number of requests made on a server and the size of the javascript files served. The Grunt suite of tools allows for easy concatination and compression of files to ease load on servers and make development easier by breaking up Javascript files into units of work.read more