From 86a486ffdcabe4e1fa1f8d6aa3b8a586a1862da3 Mon Sep 17 00:00:00 2001 From: Eugene Cheah Date: Sun, 2 Jul 2017 11:56:03 +0800 Subject: [PATCH] Add build as part of the default steps --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index b15e74c5..0eef83f3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -53,7 +53,7 @@ gulp.task('bsync', function(){ }); /// Auto rebuild and host -gulp.task('default', ['bsync']); +gulp.task('default', ['build','bsync']); /// Beautify source code