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