File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,21 @@ for historical reasons currently uses the tag `chromium`.)
89
89
To avoid confusion from old log messages, you may wish to run `adb logcat -c` before calling
90
90
` sky_tool start` , to clear the log between runs.
91
91
92
+ Rapid Iteration
93
+ ---------------
94
+
95
+ As an alternative to running `./packages/sky/sky_tool start` every time you make a change,
96
+ you might prefer to have the SkyShell reload your app automatically for you as you edit. To
97
+ do this, run the following command :
98
+
99
+ - ` ./packages/sky/sky_tool listen`
100
+
101
+ This is a long-running command -- just press `ctrl-c` when you want to stop listening for
102
+ changes to the file system and automatically reloading your app.
103
+
104
+ Currently `sky_tool listen` only works for Android, but iOS device and iOS simulator support
105
+ are coming soon.
106
+
92
107
Debugging
93
108
---------
94
109
You can’t perform that action at this time.
0 commit comments