Overview |
JSC (JavaScript Compressor) is a command line utility used for compressing external .js files by removing all comments, line breaks and unnecessary white space. |
Examples |
Example Usage:
JSC.EXE mysource.js
The above example will compress the mysource.js file and create a new file in the format jsc-compressed-MM-DD-YYYY.js. |
Example Usage:
JSC.EXE mysource.js main.js
The above example will compress the mysource.js file and create a new file called main.js. |
Download |
Download the latest version at http://sourceforge.net/projects/glm-jsc/ |
Author |
The JSC (JavaScript Compressor) was developed by Jason Graves (GodLikeMouse) http://www.godlikemouse.com as is free to use under the GNU General Public License (GPL). See the README file for more details. |