Skip to content

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

Notifications You must be signed in to change notification settings

nitinksoni/compressJS.sh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 94.9%
  • JavaScript 5.1%