Skip to content

Commit 86a486f

Browse files
committed
Add build as part of the default steps
1 parent 6e26f70 commit 86a486f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ gulp.task('bsync', function(){
5353
});
5454

5555
/// Auto rebuild and host
56-
gulp.task('default', ['bsync']);
56+
gulp.task('default', ['build','bsync']);
5757

5858

5959
/// Beautify source code

0 commit comments

Comments
 (0)