This commit is contained in:
Oliver Davies 2016-05-28 09:37:30 +01:00
parent c65061f224
commit 7feff15497

View file

@ -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'));
});