django-pipeline-compass

django-pipeline compiler for scss and with compass. Does not require the ruby gem.


License
Other
Install
pip install django-pipeline-compass==0.1.5

Documentation

Django Pipeline Compass

django-pipeline-compass is a compiler for django-pipeline. Making it really easy to use scss and compass with out requiring the compass gem.

To install it :

pip install django-pipeline-compass

And add it as a compiler to pipeline in your django settings.py.

PIPELINE_COMPILERS = (
    'pipeline_compass.compiler.CompassCompiler',
)

To suggest a feature or report a bug : https://github.com/vbabiy/django-pipeline-compass/issues