TeamMaestro / angular-native-seed

Build web apps and NativeScript applications from one codebase using the AngularCLI.
265 stars 71 forks source link

Livesync not working with Gulp 4.0 #51

Closed Tompote closed 7 years ago

Tompote commented 7 years ago

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

Tompote commented 7 years ago

Sorry, seems duplicate of https://github.com/TeamMaestro/angular-native-seed/issues/46