Metadata-Version: 1.0
Name: django-pipeline-compass-rubygem
Version: 0.1.8
Summary: 
django-pipeline-compass-rubygem is a Compass compiler for django-pipeline using the original Compass Ruby Gem.

Home-page: https://github.com/mila-labs/django-pipeline-compass
Author: Patrick Stadler
Author-email: patrick.stadler@gmail.com
License: MIT License
Description: Django Pipeline Compass
        =======================
        
        `Compass`_ compiler for django-pipeline using the original Ruby Gem.
        
        Requirements
        ------------
        
        * Compass: ``gem install compass``
        
        Installation
        ------------
        
        .. code-block:: bash
        
            # from PyPi
            $ pip install django-pipeline-compass-rubygem
        
            # from GitHub
            $ pip install git+https://github.com/mila-labs/django-pipeline-compass.git
        
        Usage
        -----
        
        .. code-block:: 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',
            )
        
        .. _Compass: http://compass-style.org/
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Topic :: Utilities
