yui-compressor 2.4.8-3 source package in Ubuntu
Changelog
yui-compressor (2.4.8-3) unstable; urgency=medium * Team upload. * Changed the README file installed (Closes: #900029) * Standards-Version updated to 4.6.1 * Switch to debhelper level 13 * Use salsa.debian.org Vcs-* URLs -- Emmanuel Bourg <email address hidden> Tue, 21 Jun 2022 00:12:32 +0200
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- java
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | java | |
Lunar | release | universe | java | |
Kinetic | release | universe | java |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
yui-compressor_2.4.8-3.dsc | 2.1 KiB | 8b56383511f8695703211c15f65bd556fbc95dca6df50c04c4e5bfb670340f76 |
yui-compressor_2.4.8.orig.tar.xz | 541.2 KiB | 63e5a862b5d193f34c26da0a208d019d6e489171fffa8ac5f5bc402b96c13621 |
yui-compressor_2.4.8-3.debian.tar.xz | 8.5 KiB | 50219a9d171f82d6cee6f1528af6abf56ed9b43da538af8dfc684b9b6536b01c |
Available diffs
- diff from 2.4.8-2.1 to 2.4.8-3 (1.5 KiB)
No changes file available.
Binary packages built by this source
- yui-compressor: 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).