Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Unified Diff: frog/README.txt

Issue 8572044: Clean and create output directory when generating docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to review. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | frog/file_system.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/README.txt
diff --git a/frog/README.txt b/frog/README.txt
index f917167b997f3a1d83a67a85004f0af63f24aba6..de47888870daa064414e745d1531e68794db16dd 100644
--- a/frog/README.txt
+++ b/frog/README.txt
@@ -59,7 +59,7 @@ component is from running selfhosted on node.js.
To build the self-hosted compiler called frogsh (for frog self-hosted), run:
- $ ./frog.py --out=frogsh frog.dart
+ $ ./frog.py --out=frogsh --compile-only --enable_type_checks frog.dart
You can also build and check the self-hosted compiler from itself by running:
$ ./frogsh --out=frogsh frog.dart tests/hello.dart
« no previous file with comments | « no previous file | frog/file_system.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698