fix: 引号保留

es6-scss
彭翩 9 months ago
parent 810c7c973f
commit a8d1202213

@ -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