TeamMaestro / angular-native-seed

Build web apps and NativeScript applications from one codebase using the AngularCLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Livesync not working with Gulp 4.0

Tompote opened this issue · comments

Hello,

Livesync seems not to work with the latest version of gulp.
When I run npm install from nativescript directory it gives me the 4.0-alpha-2 version of Gulp.
If I then run npm livesync android and modify any file like MyComponent.tns.html it does not trigger the watch from the tns.Livesync task.
If I run the same thing with gulp version 3.9.1 the watch gets triggered but it is incompatible with the "series" function of gulp.

I didn't manage to get the livesync working (on Android, didn't test on iPhone).
Maybe there is an alternative for the series function of gulp ?

Thank you for your help and great job for this awesome seed !

tns version: 3.1.3
npm version: 5.4.1
node version: 8.2.1

Sorry, seems duplicate of #46