Tidy Gulpfile
This commit is contained in:
parent
0e9048de21
commit
613c5f11a6
|
@ -91,11 +91,3 @@ gulp.task('watch', function() {
|
||||||
gulp.task('build', ['clean', 'fonts', 'styles', 'scripts']);
|
gulp.task('build', ['clean', 'fonts', 'styles', 'scripts']);
|
||||||
|
|
||||||
gulp.task('default', ['build', 'watch']);
|
gulp.task('default', ['build', 'watch']);
|
||||||
|
|
||||||
gulp.task('minify-prod-html', function() {
|
|
||||||
return gulp.src('output_prod/**/*.html')
|
|
||||||
.pipe(plugins.htmlmin({
|
|
||||||
collapseWhitespace: true
|
|
||||||
}))
|
|
||||||
.pipe(gulp.dest('output_prod'));
|
|
||||||
});
|
|
||||||
|
|
Loading…
Reference in a new issue