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
8fa319a3
Commit
8fa319a3
authored
Aug 27, 2015
by
Ian Fischer
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #891 from iansf/reorder_listen
Start "sky_tool listen" with a refresh
parents
91a72d9f
fdaea8b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sky_tool
packages/flutter/lib/sky_tool
+4
-4
No files found.
packages/flutter/lib/sky_tool
View file @
8fa319a3
...
...
@@ -621,10 +621,6 @@ class StartListening(object):
tempdir
=
tempfile
.
mkdtemp
()
currdir
=
os
.
getcwd
()
while
True
:
# Watch filesystem for changes
if
not
self
.
watch_dir
(
currdir
):
return
logging
.
info
(
'Updating running Sky apps...'
)
# Restart the app on Android. Android does not currently restart using skyx files.
...
...
@@ -679,6 +675,10 @@ class StartListening(object):
if
IOSDevice
.
is_connected
():
IOSDevice
.
copy_file
(
SKY_SHELL_APP_ID
,
os
.
path
.
join
(
tempdir
,
'app.skyx'
),
'Documents/app.skyx'
)
# Watch filesystem for changes
if
not
self
.
watch_dir
(
currdir
):
return
class
StartTracing
(
object
):
def
add_subparser
(
self
,
subparsers
):
...
...
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