套件: shrinksafe (1.7.2-1.1)
shrinksafe 的相關超連結
Trisquel 的資源:
下載原始碼套件 shrinksafe:
維護者:
Original Maintainer:
- Jason Morawski
外部的資源:
- 主頁 [shrinksafe.dojotoolkit.org]
相似套件:
JavaScript "compression" system
ShrinkSafe is a JavaScript "compression" system. It can typically reduce the size of your scripts by a third or more, depending on your programming style.
Many other tools also shrink JavaScript files, but ShrinkSafe is different. Instead of relying on brittle regular expressions, ShrinkSafe is based on Rhino, a JavaScript interpreter. This allows ShrinkSafe to transform the source of a file with much more confidence that the resulting script will function identically to the file you uploaded.
Best of all, ShrinkSafe will never change a public variable or API. That means that you can drop the compressed version of your JavaScript into your pages without changing the code that uses it.
其他與 shrinksafe 有關的套件
|
|
|
-
- dep: default-jre
- Standard Java or Java compatible Runtime
- 或者 java5-runtime
- 本虛擬套件由這些套件提供: default-jre, openjdk-11-jre, openjdk-8-jre
- 或者 java6-runtime
- 本虛擬套件由這些套件提供: default-jre, openjdk-11-jre, openjdk-8-jre
- 或者 java7-runtime
- 本虛擬套件由這些套件提供: default-jre, openjdk-11-jre, openjdk-8-jre
-
- dep: jarwrapper (>= 0.5)
- Run executable Java .jar files
-
- dep: librhino-java
- Libraries for rhino Java Script Engine