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

Unified Diff: runtime/bin/vmservice/client/HACKING.txt

Issue 352063006: observatory: add note on how to use pub to generate deployed/ directory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/client/HACKING.txt
diff --git a/runtime/bin/vmservice/client/HACKING.txt b/runtime/bin/vmservice/client/HACKING.txt
index 6eee45edbc08c572e90de4b722477b439455ba7e..7b2689119265afe467428ac6454aac626e9a6683 100644
--- a/runtime/bin/vmservice/client/HACKING.txt
+++ b/runtime/bin/vmservice/client/HACKING.txt
@@ -22,6 +22,10 @@ for review. Upload your change and get an LGTM.
5. Run pub build
6. Run ./deploy.sh
+Note: If you run pub from within the editor you need to make sure that it runs
+in release mode (--mode=release), i.e., output is minified and does not include
+any .dart source files.
+
At this point you should rebuild your VM and:
7. Launch dart --observe script.dart
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698