yui-compressor 2.4.8-2 source package in Ubuntu

Changelog

yui-compressor (2.4.8-2) unstable; urgency=medium

  * Update debian/watch to check github.com/yui/yuicompressor
  * Update Uploaders list to remove Damien Raude-Morvan (Closes: #889467)
  * Use debhelper 11
  * Bump Standards-Version to 4.1.3
  * Create and import upstream branch.
  * Build with the DH sequencer instead of CDBS
  * Correct path for docs/README.md
  * Freshen debian/copyright
  * Update fix_testsuite patch to work in chroots

 -- tony mancill <email address hidden>  Sat, 10 Feb 2018 20:26:23 -0800

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
Focal release universe java
Bionic release universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
yui-compressor_2.4.8-2.dsc 2.1 KiB ee350028b3d9e49f8a43d95adb37c4ceaa42574da66f6899f7e3773127fcf16e
yui-compressor_2.4.8.orig.tar.xz 541.2 KiB 63e5a862b5d193f34c26da0a208d019d6e489171fffa8ac5f5bc402b96c13621
yui-compressor_2.4.8-2.debian.tar.xz 8.4 KiB 674f30a196598950233c22e985b37919491b9455b6a2989faaca51e4cb93286c

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