thinktecture / boardz-cross-platform-sample

Sample application for demonstrating various aspects of modern cross-platform applications - using Angular 2, Cordova, Electron & gulp. With a .NET Web API & SignalR backend.
MIT License
78 stars 30 forks source link

Don't start two live servers #20

Closed ManuelRauber closed 8 years ago

ManuelRauber commented 8 years ago

All watch tasks have to be renamed to 'livereload' since they all do live reload. Then create new task 'watch' which actually does the same as 'livereload' but without the live reload server. :)

ManuelRauber commented 8 years ago

This has already been done.