Search by

nervo / yuicompressor

nervo

YUI Compressor is an open source tool that supports the compression of both JavaScript and CSS files. The JavaScript compression removes comments and white-spaces as well as obfuscates local variables using the smallest possible variable name. CSS compression is done using a regular-expression-based

Package info

github.com/nervo/yuicompressor

Homepage

pkg:composer/nervo/yuicompressor

Statistics

Installs: 1 592 377

Dependents: 9

Suggesters: 0

Stars: 16

Open Issues: 1

2.4.8 2013-09-13 10:26 UTC

This package is auto-updated.

Last update: 2026-09-05 22:16:13 UTC


README

YUI Compressor is an open source tool that supports the compression of both JavaScript and CSS files. The JavaScript compression removes comments and white-spaces as well as obfuscates local variables using the smallest possible variable name. CSS compression is done using a regular-expression-based CSS minifier.