c2c.recipe.cssmin 0.5.1
A buildout recipe to merge and compress css files
Latest Version: 0.6
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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| c2c.recipe.cssmin-0.5.1.tar.gz (md5) | Source | 2010-11-05 | 2KB | 685 | |
- Author: Frederic Junod
- Home Page: http://github.com/camptocamp/c2c.recipe.cssmin
- License: MIT License
- Categories
- Package Index Owner: fredj
- DOAP record: c2c.recipe.cssmin-0.5.1.xml
