nburka / Concentrate

Resolves dependencies, minifies and combines static resources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concentrate

This package provides a command-line tool to bundle and minify static resources for a website using silverorange's Site package. Files are combined according to configuration files passed on the command-line.

Usage:
  /usr/bin/concentrate [options] <webroot>

Options:
  -c pearrc, --pearrc=pearrc           Location of PEAR configuration file.
  -d directory, --directory=directory  Optional additional directory to
                                       search for dependency data files.
  -C, --combine                        Write combined files.
  -m, --minify                         Write minified files.
  -l, --compile                        Write compiled LESS files. See
                                       http://www.lesscss.org/.
  -v, --verbose                        Sets verbosity level. Use multiples
                                       for more detail (e.g. "-vv").
  -h, --help                           show this help message and exit
  --version                            show the program version and exit

Arguments:
  webroot  The directory to which files will be written.

About

Resolves dependencies, minifies and combines static resources.


Languages

Language:PHP 100.0%