yui-compressor 2.4.7-3 source package in Ubuntu

Changelog

yui-compressor (2.4.7-3) unstable; urgency=medium

  * Team upload.
  * Add maven repository metadata. (Closes: #840792)

 -- Thorsten Glaser <email address hidden>  Tue, 18 Oct 2016 12:54:25 +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 Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
yui-compressor_2.4.7-3.dsc 2.2 KiB 363eb9f396a180f44089a2c794dd32c534cc8b036501c400a6ac8559944b91f9
yui-compressor_2.4.7.orig.tar.gz 675.2 KiB 72ce7cf83c22943b94b0af5b06474273cf37edf55c6efd1a7e72020c4499acd0
yui-compressor_2.4.7-3.debian.tar.xz 8.3 KiB 0dfca9f0f9fdfbc752bedf812625fe30c938da1630efc20afb7497682f9b0ba4

Available diffs

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).