add SignalR client service

This commit is contained in:
chsakell
2016-09-27 15:43:30 +03:00
parent cd3a4001e6
commit 1ef3f04731
6 changed files with 159 additions and 10 deletions

View File

@@ -126,7 +126,7 @@ gulp.task("dependencies", ["copy:angular",
gulp.task("watch", function () {
return watch(paths.app)
.pipe(gulp.dest(paths.appDest))
.pipe(gulp.dest(paths.appDest));
});
gulp.task("min:app", function () {