We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 780b21e + 09d051d commit 388bc41Copy full SHA for 388bc41
1 file changed
gulpfile.js
@@ -61,6 +61,8 @@ gulp.task('build-js', function () {
61
.pipe(gulp.dest(paths.dist));
62
});
63
64
+gulp.task('build', ['clean', 'build-css', 'build-js', 'build-html']);
65
+
66
gulp.task('watch', function () {
67
return gulp.watch([paths.jsSource, paths.cssFiles, paths.scssFiles, paths.indexFiles, paths.htmlFiles], ['clean', 'build-css', 'build-js', 'build-html']);
68
0 commit comments