Commit a26b04a9 by Nathan Cox

Updated ES6 section

Included a comment regarding the required file extension of ES6, as this was not immediately obvious to me.

Fixes #550
parent 452f97f9
......@@ -150,11 +150,14 @@ ES6 compiler
The ES6 compiler uses `Babel <https://babeljs.io>`_
to convert ES6+ code into vanilla ES5.
Note that for files to be transpiled properly they must have the file extension **.es6**
To use it add this to your ``PIPELINE['COMPILERS']`` ::
PIPELINE['COMPILERS'] = (
'pipeline.compilers.es6.ES6Compiler',
)
``BABEL_BINARY``
......
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