Skip to main content

django-pipeline-compass-rubygem is a Compass compiler for django-pipeline using the original Compass Ruby Gem.

Project description

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',
)

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page