A buildout recipe to merge and compress css files
Project description
Requirements
Requires zc.buildout and cssmin
Usage
Create a buildout.cfg file which contains the following:
[buildout] parts = cssmin [cssmin] recipe = c2c.recipe.cssmin input = foo/bar/file1.css foo/bar/file2.css foo/baz/file3.css output = foo/build/output.min.css compress = true
Path are relative to the buildout directory, absolute path are also allowed.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
c2c.recipe.cssmin-0.6.tar.gz
(2.7 kB
view hashes)