Update Gulp config
This commit is contained in:
parent
0a938593a6
commit
6dabfac540
6 changed files with 32 additions and 14 deletions
|
|
@ -1,5 +1,5 @@
|
|||
gulp.task('minify-prod-html', function () {
|
||||
gulp.src('output_prod/**/*.html')
|
||||
.pipe(plugins.htmlmin({ collapseWhitespace: true }))
|
||||
.pipe(plugins.htmlmin(config.htmlminp))
|
||||
.pipe(gulp.dest('output_prod'));
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue