Commit b33fbac5 by Arnar Yngvason

Documentation for livescript

parent 602d7c2d
...@@ -32,6 +32,33 @@ To use it add this to your ``PIPELINE_COMPILERS`` :: ...@@ -32,6 +32,33 @@ To use it add this to your ``PIPELINE_COMPILERS`` ::
Defaults to ``''``. Defaults to ``''``.
Live Script compiler
======================
The LiveScript compiler uses `LiveScript <https://github.com/gkz/LiveScript>`_
to compile your javascripts.
To use it add this to your ``PIPELINE_COMPILERS`` ::
PIPELINE_COMPILERS = (
'pipeline.compilers.livescript.LiveScriptCompiler',
)
``PIPELINE_LIVE_SCRIPT_BINARY``
---------------------------------
Command line to execute for LiveScript program.
You will most likely change this to the location of lsc on your system.
Defaults to ``'/usr/bin/env lsc'``.
``PIPELINE_LIVE_SCRIPT_ARGUMENTS``
------------------------------------
Additional arguments to use when lsc is called.
Defaults to ``''``.
LESS compiler LESS compiler
============= =============
......
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