mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
add SignalR client service
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user