Skip to content

Commit 82cf2ab

Browse files
committed
updated gulp file to include bulp build
1 parent 5a28fe9 commit 82cf2ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gulpfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ gulp.task('build-js', function () {
6161
.pipe(gulp.dest(paths.dist));
6262
});
6363

64+
gulp.task('build', ['clean', 'build-css', 'build-js', 'build-html']);
65+
6466
gulp.task('watch', function () {
6567
return gulp.watch([paths.jsSource, paths.cssFiles, paths.scssFiles, paths.indexFiles, paths.htmlFiles], ['clean', 'build-css', 'build-js', 'build-html']);
6668
});

0 commit comments

Comments
 (0)