Skip to content
This repository was archived by the owner on Nov 26, 2020. It is now read-only.

mila-labs/django-pipeline-compass-rubygem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 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

 
 
 

Contributors

Languages