Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-pipeline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-pipeline
Commits
d1dba257
Commit
d1dba257
authored
Mar 23, 2013
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #194 from gcko/patch-2
Adding 3rd party compiler section
parents
e1c56f74
2d877be1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
docs/compilers.rst
+25
-0
No files found.
docs/compilers.rst
View file @
d1dba257
...
@@ -147,3 +147,28 @@ A custom compiler for an imaginary compiler called jam ::
...
@@ -147,3 +147,28 @@ A custom compiler for an imaginary compiler called jam ::
return # No need to recompiled file
return # No need to recompiled file
return jam.compile(infile, outfile)
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`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment