Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 279 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 279 Bytes

jsMinCC

Minify JS using closure compiler cli app

Install

go get github.com\MintyOwl\jsMinCC

go install

jsMinCC file1.js newMinifiedFile.js

jsMinCC file1.js

jsMinCC -html myHTMLFile.html

jsMinCC -ua="Custom User Agent" <same as above examples>