From 262eeac037513accc7ac170df8a54b434a403d2e Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Thu, 4 Feb 2016 15:56:29 -0600 Subject: [PATCH] chore(gulpfile): serve on watch --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index 740908f758..f8099aa0dc 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -95,6 +95,8 @@ function watchTask(task){ gulp.start('sass'); }); + gulp.start('serve'); + function deleteFile(file) { //TODO // var basePath = file.base.substring(0, file.base.lastIndexOf("ionic/"));