I’m looking for a website/program that will let me select multiple javascript files and output their minified versions in the order that they were selected. (E.g code of first selected files on top, last files in the end). Any ideas?
I’m looking for a website/program that will let me select multiple javascript files and
Share
Closure compiler (and I suspect most of the big JS compressors) already allow for this.
From
java -jar closurecompiler.jar --help