Add build as part of the default steps

This commit is contained in:
Eugene Cheah 2017-07-02 11:56:03 +08:00
parent 6e26f70dcf
commit 86a486ffdc

2
gulpfile.js vendored
View File

@ -53,7 +53,7 @@ gulp.task('bsync', function(){
});
/// Auto rebuild and host
gulp.task('default', ['bsync']);
gulp.task('default', ['build','bsync']);
/// Beautify source code