JamisonBunge / compressJS.sh

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

Home Page:http://dfsq.info/compress-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CompressJS

Make single javascript file ready for production

Very simple bash script which compresses javascript files with Google Closure Compiler online service and then creates a single file of them. CompressJS reduces file sizes and saves bandwidth with just one simple command.

Usage

Files you want to compress and add to the resulting file should be separated with spaces. The last filename is a build target.

Run next command in terminal:

$ ./compressjs.sh jquery-ui-1.8.16.custom.min.js chat-widget.js target.min.js

Of course you can use wildcards in file names and patterns:

$ ./compressjs.sh scripts/*.js target.min.js

Home page

Home page.

About

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

http://dfsq.info/compress-js


Languages

Language:Shell 94.9%Language:JavaScript 5.1%