[ 原始碼: yui-compressor ]
套件:yui-compressor(2.4.8-3)
yui-compressor 的相關連結
Debian 的資源:
下載原始碼套件 yui-compressor:
- [yui-compressor_2.4.8-3.dsc]
- [yui-compressor_2.4.8.orig.tar.xz]
- [yui-compressor_2.4.8-3.debian.tar.xz]
維護小組:
- Debian Java Maintainers (QA 頁面, 郵件存檔)
- Dominik Smatana (QA 頁面)
- Michael Gilbert (QA 頁面)
- tony mancill (QA 頁面)
外部的資源:
- 主頁 [yuilibrary.com]
相似套件:
JavaScript/CSS minifier
The YUI Compressor is a JavaScript compressor which, in addition to removing comments and white-spaces, obfuscates local variables using the smallest possible variable name. This obfuscation is safe, even when using constructs such as 'eval' or 'with' (although the compression is not optimal is those cases) Compared to jsmin, the average savings is around 20%.
The YUI Compressor is also able to safely compress CSS files. The decision on which compressor is being used is made on the file extension (js or css).
其他與 yui-compressor 有關的套件
|
|
|
|
-
- dep: default-jre-headless
- Standard Java or Java compatible Runtime (headless)
- 或者 java5-runtime-headless
- 本虛擬套件由這些套件填實: default-jre-headless, openjdk-17-jre-headless
-
- dep: java-wrappers
- wrappers for java executables
-
- dep: libjargs-java
- Command-line argument parsing for Java