Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

yui-compressor(1) [debian man page]

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

NAME
yui-compressor - JavaScript/CSS minifier SYNOPSIS
yui-compressor [options] [input file] DESCRIPTION
Global Options -h, --help Displays this information --type <js|css> Specifies the type of the input file --charset <charset> Read the input file using <charset> --line-break <column> Insert a line break after the specified column number -v, --verbose Display informational messages and warnings -o <file> Place the output into <file>. Defaults to stdout. JavaScript Options --nomunge Minify only, do not obfuscate --preserve-semi Preserve all semicolons --disable-optimizations 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 yui-compressor -o compressed.js original.js SEE ALSO
/usr/share/doc/yui-compressor/README.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). yui-compressor January 2010 YUI-COMPRESSOR(1)

Check Out this Related Man Page

PREZIP(1)						 Aspell Abbreviated User's Manual						 PREZIP(1)

NAME
prezip, preunzip, precat - prefix delta compressor for Aspell SYNOPSIS
precat [-dzhLV] [-cfksSq] [file ...] DESCRIPTION
prezip is a a prefix delta compressor. It is not a general purpose compressor and should only be used on sorted word lists or other simi- lar text files. It will likely increase the size of binary data. If invoked as prezip, the default action is to compress. If invoked as preunzip, the default action is to decompress. If invoked as pre- cat, the default action is to decompress to stdout. If no file names are given then prezip will compress or decompress from the standard input to the standard output. Short flags can be com- bined so that "-c -s" is the same as "-cs". OPTIONS
-h --help display help -d --decompress force decompression -z --compress dorce compression -L --license display software license -V --version display version -c --stdout decompress to standard output -f --force force -k --keep keep input files -s --sort sort and remove duplicates before compressing -S --nocwl do not rename .wl suffix to .cwl (use .wl.pz instead) -q --quiet suppress all warnings AUTHOR
This manual page was written by Brian Nelson <pyro@debian.org> based on the output of help2man. Aspell is Copyright (C) 2002 Kevin Atkin- son. GNU
March 2010 PREZIP(1)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

To remove duplicates from pipe delimited file

Hi some one please help me to remove duplicates from a pipe delimited file based on first two columns. 123|asdf|sfsd|qwrer 431|yui|qwer|opws 123|asdf|pol|njio Here My first record and last record are duplicates.As per my requirement I want all the latest records into one file. I want the... (12 Replies)
Discussion started by: ginrkf
12 Replies

2. What is on Your Mind?

Javascript CDN Loading Issues - Changed to Google CDN

Yesterday a couple of people on the West Coast of the US reported some issues loading the home page, and in particular it seemed like parts of the site was blocked from loading because of some networking issues. In order to hopefully fix this issue, I have changed a couple of our Javascript... (1 Reply)
Discussion started by: Neo
1 Replies