Skip to content

vbabiy/django-pipeline-compass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Easy Compass support for django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published