Skip to content

cloudsmith-io/django-pipeline-compass-rubygem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Pipeline Compass

Compass compiler for django-pipeline using the original Ruby Gem.

Requirements

  • Compass: gem install compass

Installation

# from PyPi
$ pip install django-pipeline-compass-rubygem

# from GitHub
$ pip install git+https://github.com/mila-labs/django-pipeline-compass-rubygem.git

Usage

COMPASS_BINARY and COMPASS_ARGUMENTS can be either a string or a list/tuple.

# settings.py

PIPELINE['COMPASS_BINARY'] = '/usr/local/bin/compass'        # default: ['/usr/bin/env', 'compass']
PIPELINE['COMPASS_ARGUMENTS'] = ['-c', 'path/to/config.rb']  # default: []

PIPELINE['COMPILERS'] = (
  'pipeline_compass.compass.CompassCompiler',
)

About

Compass compiler for django-pipeline using the official Ruby Gem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%