compressJS.sh icon indicating copy to clipboard operation
compressJS.sh copied to clipboard

Build several javascript files into the one build file previously compressing them with Google Closure Compiler.

Results 4 compressJS.sh issues
Sort by recently updated
recently updated
newest added

This script is not Python 3 compatible, so the call to `python` should be changed to `python2` to work on systems where Python 3 is the default.

Hi, When i test to launch command on debian i have this error : `File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 382,...

Implement better tests with NodeUnit and setup Travise CI.