https://github.com/livexy/packer_yui_compiler
Google Closure Compiler + YUI Compressor + packer JS/CSS混搅压缩加密工具
https://github.com/livexy/packer_yui_compiler
google-closure-compiler packer yui-compressor
Last synced: 4 months ago
JSON representation
Google Closure Compiler + YUI Compressor + packer JS/CSS混搅压缩加密工具
- Host: GitHub
- URL: https://github.com/livexy/packer_yui_compiler
- Owner: LiveXY
- Created: 2017-09-06T01:39:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T04:04:23.000Z (almost 6 years ago)
- Last Synced: 2025-06-08T09:45:23.997Z (about 1 year ago)
- Topics: google-closure-compiler, packer, yui-compressor
- Language: Batchfile
- Homepage:
- Size: 4.28 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# packer_yui_compiler
Google Closure Compiler + YUI Compressor + packer
# MAC 使用
```
安装.NET CORE https://go.microsoft.com/fwlink/?LinkID=831679 或者 https://www.microsoft.com/net/download
安装JAVA运行环境 https://java.com/zh_CN/
echo "alias pyc='~/packer_yui_compiler/compiler.sh'" >> ~/.bash_profile
source ~/.bash_profile
pyc jsfile.js
pyc cssfile.css
```
# WIN 使用
```
1,https://java.com/zh_CN/ 安装JAVA运行环境
2,安装Microsoft .NET Framework 2.0 (WIN7以上系统不需要安装)
3,安装:右击“install.cmd”文件,选择“使用管理员运行”
4,卸载:右击“uninstall.cmd”文件,选择“使用管理员运行”
```