From c3177113ff7348654ef9d0f0917ddcc9fc1bb52c Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Mon, 25 Jan 2016 10:48:22 -0800 Subject: [PATCH] fix build output with new vulcanize --- gulpfile.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) {