Typo
This commit is contained in:
parent
c65061f224
commit
7feff15497
|
@ -1,5 +1,5 @@
|
|||
gulp.task('minify-prod-html', function () {
|
||||
gulp.src('output_prod/**/*.html')
|
||||
.pipe(plugins.htmlmin(config.htmlminp))
|
||||
.pipe(plugins.htmlmin(config.htmlmin))
|
||||
.pipe(gulp.dest('output_prod'));
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue