computmaxer / atscript-dart-traceur-example

Example using Traceur to compile AtScript into Dart and JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atscript-dart-traceur-example

Example using Traceur to compile AtScript into Dart and JS.

This was created looking at the AngularJS build process. tools/transpiler/ came directly from the AngularJS repository. Presumably this functionality will make it into stable Traceur at some point eliminating the need to include that directory.

Try it out

$ npm install
$ gulp

Now check the build directory for both the Dart and JS output.

About

Example using Traceur to compile AtScript into Dart and JS


Languages

Language:JavaScript 100.0%