Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Sample script showing how to use legpad. | |
| 2 | |
| 3 # First compile "legpad.dart" to "legpad.dart.js" usung dart2js. | |
| 4 set -x | |
| 5 DART_DIR="../../.." | |
| 6 $DART_DIR/out/Release_ia32/dart2js --out=legpad.dart.js legpad.dart | |
| 7 | |
| 8 # Now run legpad to generate an html page that can be used to compile | |
| 9 # example.dart | |
| 10 python legpad.py example.dart | |
| OLD | NEW |