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