silverorange/concentrate

本软件包提供了一种命令行工具,用于使用silverorange的Site软件包对网站静态资源进行glob和压缩。文件根据命令行传递的配置文件进行合并。

2.0.2 2022-08-09 17:55 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:09:45 UTC


README

本软件包提供了一种命令行工具,用于使用silverorange的Site软件包对网站静态资源进行打包和压缩。文件根据命令行传递的配置文件进行合并。

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

Options:
  -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.

安装

composer require silverorange/concentrate