diff --git a/gulpfile.js b/gulpfile.js index ce09f66b..c201c2c3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -42,8 +42,10 @@ var cleanupPipe = lazypipe() // remove leading whitespace and comments .pipe(polyclean.leftAlignJs) // remove html wrapper - .pipe(replace, '', '') - .pipe(replace, '', '') + .pipe(replace, '', '') + .pipe(replace, '', '') + .pipe(replace, '', '') ; function vulcanizeWithExcludes(target, excludes) {