No commit activity in last 3 years
No release in over 3 years
Compresses Javascript & CSS files on the command line interface with yui-compressor. Run `cli-yui-compressor` or its shorthand `cyc`. Usage: cli-yui-compressor | cyc [options] [filename] -c, --charset [CHARSET] Sets the output charset (CSS & JS). Default: utf-8 -l, --line-break [NUMBER] Sets the max output line width (CSS & JS). Default: 1337 -o, --optimize Sets code optimization on compress (JS Only). Default: true -p, --preserve Sets preserved semi-colons (JS Only). Default: true -s, --short Sets shortened local variables (JS Only). Default: true -v, --version Print version -h, --help Display this screen A
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

cli-yui-compressor – A RubyGem To Compress Javascript & CSS Files On The Command Line Interface

Usage: cli-yui-compressor|cyc [options] [filename]

    -c, --charset [CHARSET]          Sets the output charset (CSS & JS). Default: utf-8
    -l, --line-break [NUMBER]        Sets the max output line width (CSS & JS). Default: 1337
    -o, --optimize                   Sets code optimization on compress (JS Only). Default: true
    -p, --preserve                   Sets preserved semi-colons (JS Only). Default: true
    -s, --short                      Sets shortened local variables (JS Only). Default: true
    -v, --version                    Print version
    -h, --help                       Display this screen

MIT License Copyright (c) 2012 Seraf Dos Santos