how can i compress all my js in a folder to a new folder ?
i have search around google and stackoverflow, what i found is just
Compress all file .js with Google Closure Compiler Application in one File
that puting it all to one.. + can we put a wildcard or something?
so i can do something like
java -jar bin/compiler.jar ../../path/my/*.js --js_output_file ../../path/new/*.js
thanks for looking in
Adam Ramadhan
Bash scripting to the rescue. Something like
(not tested)