You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,18 @@ gulp startIOS
28
28
# To watch for file changes. When a file is changed
29
29
# the source is recomipled (from ES2015 to ES5) and
30
30
# changes pushed to the emulator.
31
-
gulp watchIOS
31
+
gulp livesyncIOS
32
32
```
33
33
34
+
or run:
35
+
36
+
```
37
+
gulp watchFullIOS
38
+
```
39
+
40
+
Currently, NativeScript does unfortunately not display `console.log` or exception statements in the terminal when running with livesync. Therefor we still have to do full rebuilds with the `watchFullIOS` command to get terminal outputs.
41
+
42
+
34
43
### File structure
35
44
```
36
45
| - gulpfile.js - Development gulp file (for recompiling, etc)
0 commit comments