Skip to content

Commit

Permalink
Cite SystemJS requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Mar 21, 2016
1 parent 4b5d6d8 commit c1ba6e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ compile TypeScript code in your assets pipeline. You register this filter as
Which makes the filter available with the ``typescript`` name.

**NOTE:** When using the TypeScript compiler for code that needs to run
in the browser, make sure to add
https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.24/system.js
dependency. As ``import`` statements are resolved using SystemJS.

EcmaScript6 BabelJS Transpiler
------------------------------

Expand Down

0 comments on commit c1ba6e1

Please sign in to comment.