JavaScript management, combining, and minification (7)
C
Cart Product Team
Interface available through the Theme Manager that allows you to manage JavaScript files. Basically will allow you to combine multiple JavaScript files into "packages" that will be minified before they are served. There are several benefits to this, among them being smaller JavaScript file sizes and less additional resource requests.
(Minification is the process by which a JavaScript file's variable names are shortened and unnecessary whitespace is removed.)
Log In
J
Jonathan Strauss
I think the theory is good but most server side (Closure Compiler etc) are deprecated or in maintenance mode. A better option is to allow stores to minify themselves and give control to stop injecting Javascript (well the exception being the Microsoft related ones)