Compare commits

..

1 Commits

Author SHA1 Message Date
彭翩 a8d1202213 fix: 引号保留 9 months ago

@ -42,7 +42,7 @@ gulp.task("html", function () {
return gulp return gulp
.src("src/*.html") .src("src/*.html")
.pipe(fileinclude()) //替换头部底部 .pipe(fileinclude()) //替换头部底部
.pipe(minifyHtml()) //执行压缩 .pipe(minifyHtml({quotes:true})) //执行压缩
.pipe(gulp.dest("dist")) .pipe(gulp.dest("dist"))
.pipe(connect.reload()); .pipe(connect.reload());
}); });

Loading…
Cancel
Save