klen / python-scss

Python scss parser.
http://packages.python.org/scss/
GNU Lesser General Public License v3.0
67 stars 12 forks source link

Added argv param to main command function #6

Closed jone closed 13 years ago

jone commented 13 years ago

with buildout you can preconfigure arguments now:

parts =
    my-product-installation
    scss

...

[scss]
recipe = zc.recipe.egg
eggs = scss
arguments = ['-w', '/.../myproject/style.scss:/.../myproject/style.css']

it's now also possible to import main() and just pass arguments...

cheers jone

klen commented 13 years ago

Ready on pypi in version 0.7.1. Thanks.

jone commented 13 years ago

thanks for that fast merge & release! :)