zhangweicheng hace 7 años
padre
commit
152eeeb73b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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));
 }