zhangweicheng 7 年之前
父节点
当前提交
152eeeb73b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gulpfile.js

+ 1 - 1
gulpfile.js

@@ -110,7 +110,7 @@ function inject(options) {
 
 function htmlmin(options) {
     return gulp.src(options.htmlDest+'/*.html')
-        .pipe($.htmlmin({collapseWhitespace: true}))
+       // .pipe($.htmlmin({collapseWhitespace: true}))
         .pipe(gulp.dest(options.htmlDest));
 }