Commit d1dba257 by Timothée Peignier

Merge pull request #194 from gcko/patch-2

Adding 3rd party compiler section
parents e1c56f74 2d877be1
......@@ -147,3 +147,28 @@ A custom compiler for an imaginary compiler called jam ::
return # No need to recompiled file
return jam.compile(infile, outfile)
3rd Party Compilers
===================
Here is an (in)complete list of 3rd party compilers that integrate with django-pipeline
Compass (requires RubyGem)
--------------------------
:Creator:
`Mila Labs <https://github.com/mila-labs>`_
:Description:
Compass compiler for django-pipeline using the original Ruby gem.
:Link:
`https://github.com/mila-labs/django-pipeline-compass`
Compass (standalone)
--------------------
:Creator:
`Vitaly Babiyb <https://github.com/vbabiy>`_
:Description:
django-pipeline-compass is a compiler for `django-pipeline <https://github.com/cyberdelia/django-pipeline>`_. Making it really easy to use scss and compass with out requiring the compass gem.
:Link:
`https://github.com/vbabiy/django-pipeline-compass`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment