Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
fe7e39b2
Commit
fe7e39b2
authored
Aug 24, 2015
by
Ian Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation for using sky_tool listen.
parent
acccd438
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
README.md
packages/flutter/README.md
+15
-0
No files found.
packages/flutter/README.md
View file @
fe7e39b2
...
...
@@ -89,6 +89,21 @@ for historical reasons currently uses the tag `chromium`.)
To avoid confusion from old log messages, you may wish to run
`adb logcat -c`
before calling
`sky_tool start`
, to clear the log between runs.
Rapid Iteration
---------------
As an alternative to running
`./packages/sky/sky_tool start`
every time you make a change,
you might prefer to have the SkyShell reload your app automatically for you as you edit. To
do this, run the following command:
-
`./packages/sky/sky_tool listen`
This is a long-running command -- just press
`ctrl-c`
when you want to stop listening for
changes to the file system and automatically reloading your app.
Currently
`sky_tool listen`
only works for Android, but iOS device and iOS simulator support
are coming soon.
Debugging
---------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment