Scroll to navigation

YUI-COMPRESSOR(1) User Commands YUI-COMPRESSOR(1)

NAME

yui-compressor - JavaScript/CSS minifier

SYNOPSIS

yui-compressor [options] [input file]

DESCRIPTION

Global Options

Displays this information
Specifies the type of the input file
Read the input file using <charset>
Insert a line break after the specified column number
Display informational messages and warnings
Place the output into <file>. Defaults to stdout.

JavaScript Options

Minify only, do not obfuscate
Preserve all semicolons
Disable all micro optimizations

If no input file is specified, it defaults to stdin. In this case, the 'type' option is required. Otherwise, the 'type' option is required only if the input file extension is neither 'js' nor 'css'.

EXAMPLES

The following example demonstrates how to use yui-compressor

SEE ALSO

/usr/share/doc/yui-compressor/README.md.gz

AUTHOR

This manual page was written by Damien Raude-Morvan <drazzib@debian.org> and Michael Gilbert <michael.s.gilbert@gmail.com>, for the Debian GNU/Linux system (but may be used by others).

January 2010 yui-compressor