mila-labs / django-pipeline-compass-rubygem

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

Home Page:https://pypi.python.org/pypi/django-pipeline-compass-rubygem/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://pypi.python.org/pypi/django-pipeline-compass-rubygem/

License:MIT License


Languages

Language:Python 100.0%