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