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

Unified Diff: frog/tip/README.txt

Issue 8889031: move tip to utils so it can be picked up in the SDK (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 | « frog/server/toss.dart ('k') | frog/tip/background.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tip/README.txt
diff --git a/frog/tip/README.txt b/frog/tip/README.txt
deleted file mode 100644
index 57db1bb1c34d18db2662dd6903d4f4fb4629b1aa..0000000000000000000000000000000000000000
--- a/frog/tip/README.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-This is a rough experiment at more deeply integrating dart into a browser
-in order to simplify the dev experience. It currently provides a simple
-playground for interactively messing around with dart code and an extension
-to chrome to automatically compile and run .dart files. The goal is to
-provide the infrastructure to build browser extensions to chrome and other
-easily extensible browsers (such as FireFox) that will make it very easy to
-experiment with code and later full pages that incorporate the dart language.
-
-Note: All commands below must be run from the dart/frog directory. They have
-not been hardened for launch from other locations.
-
-First, you need to build tip.js by hand - bootstrapping, ya'know.
-
-> ./frogsh --out=tip/tip.js --compile-only tip/tip.dart
-
-Then you need to start the local server:
-
-> ./frogsh tip/toss.dart
-
-Finally, navigate to the appropriate page in chrome:
-
-http://localhost:1337/frog/tip/tip.html
-
-You should see the editor.
-
-The part that sucks right now is that until we are properly bootstrapped, you
-will need to rebuild tip.js by hand (the first step above) in order to see
-changes.
-
« no previous file with comments | « frog/server/toss.dart ('k') | frog/tip/background.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698