第6章minifier
#!/bin/bash cd /usr/local/src/ wget https://github.com/yui/yuicompressor/releases/download/v2.4.8/yuicompressor-2.4.8.jar mv yuicompressor-2.4.8.jar /usr/local/libexec/ cat >> /usr/local/bin/yuicompressor <<`EOF` java -jar /usr/local/libexec/yuicompressor-2.4.8.jar $@ EOF chmod +x /usr/local/bin/yuicompressor
$ yuicompressor YUICompressor Version: 2.4.8 Usage: java -jar yuicompressor-2.4.8.jar [options] [input file] Global Options -V, --version Print version information -h, --help Displays this information --type <js|css> Specifies the type of the input file --charset <charset> Read the input file using <charset> --line-break <column> Insert a line break after the specified column number -v, --verbose Display informational messages and warnings -o <file> Place the output into <file>. Defaults to stdout. Multiple files can be processed using the following syntax: java -jar yuicompressor.jar -o `.css$:-min.css` *.css java -jar yuicompressor.jar -o `.js$:-min.js` *.js JavaScript Options --nomunge Minify only, do not obfuscate --preserve-semi Preserve all semicolons --disable-optimizations Disable all micro optimizations If no input file is specified, it defaults to stdin. In this case, the `type` option is required. Otherwise, the `type` option is required only if the input file extension is neither `js` nor `css`.
原文出處:Netkiller 系列 手札
本文作者:陳景峰
轉載請與作者聯絡,同時請務必標明文章原始出處和作者資訊及本宣告。
相關文章
- Bundler和Minifier Visual Studio擴充套件Nifi套件
- 終於等到你!WebOptimizer - A bundler and minifier for ASP.NET CoreWebOptimizerNifiASP.NET
- 第 0 天/第 1 天/第 2 天:雲時代的軟體生命週期
- 軟體開發流程------閱讀《構建之法》 第5.5 第6 第7章
- 第2關
- 第15課
- 讀書筆記之《現代軟體工程》第5.5章、第6章、第7章筆記軟體工程
- 《C++程式設計教程(第3版)》——第1章,第2節從C到C++C++程式設計
- 第k大元素
- 第 1 章 JavaJava
- 第1章NginxNginx
- 工作第9天~
- 第4課 SVN
- 中國網際網路 世界第1還是第57薦
- 專家審讀第5期——《演算法(第4版)》演算法
- 最多金的程式語言Top10:Python第3,R第10,你猜第1是誰?Python
- 《Android應用測試指南》——第2章,第2.1節JunitAndroid
- 《演算法(英文版·第4版)》勘誤(第869頁)演算法
- 《演算法(英文版·第4版)》勘誤(第891頁)演算法
- 《演算法(英文版·第4版)》勘誤(第734頁)演算法
- 《演算法(英文版·第4版)》勘誤(第653頁)演算法
- 《演算法(英文版·第4版)》勘誤(第678頁)演算法
- 《演算法(英文版·第4版)》勘誤(第621頁)演算法
- 《演算法(英文版·第4版)》勘誤(第640頁)演算法
- 《演算法(英文版·第4版)》勘誤(第573頁)演算法
- 第 3 節:變數變數
- 第6章 Java APIJavaAPI
- 第 10 節 指標指標
- 第3章筆記筆記
- 第4章函式函式
- 第1章 Why RustRust
- 第 6 章 表格元素
- 第 7 章 文件元素
- 第 8 章 嵌入元素
- 第1章 jQuery 起步jQuery
- 第1章jQuery起步jQuery
- 第10章MySQLConnectorsMySql
- 第14章PhpDigPHP