项目作者: mintyowl

项目描述 :
Minify JS using closure compiler cli app
高级语言: Go
项目地址: git://github.com/mintyowl/jsMinCC.git
创建时间: 2017-03-29T08:51:46Z
项目社区:https://github.com/mintyowl/jsMinCC

开源协议:MIT License

下载


jsMinCC

Minify JS using closure compiler cli app

Install

  1. go get github.com\MintyOwl\jsMinCC
  2. go install
  3. jsMinCC file1.js newMinifiedFile.js
  4. jsMinCC file1.js
  5. jsMinCC -html myHTMLFile.html
  6. jsMinCC -ua="Custom User Agent" <same as above examples>