Skip to main content

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

Project description

# Django Pipeline Compass

[Compass](http://compass-style.org/) compiler for django-pipeline using the original Ruby Gem.

## Requirements

- Compass: `gem install compass`

## Installation

```
pip install git+https://github.com/mila-labs/django-pipeline-compass.git
```

## Usage

```python
# 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',
)
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-pipeline-compass-rubygem-0.1.6.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

Supported by

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