From: Geoff Kimball Date: Fri, 11 Mar 2016 17:27:00 +0000 (-0800) Subject: Remove ES6 syntax from Gulpfile #234 X-Git-Tag: v2.0.0-rc.4~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=609d41f7a171df0292d516bdd99a4473a0037996;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Remove ES6 syntax from Gulpfile #234 --- diff --git a/gulpfile.js b/gulpfile.js index f6c9d9fa..b2ebe78d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -135,7 +135,7 @@ function inliner(css) { applyStyleTags: false, removeStyleTags: false }) - .pipe($.injectString.replace, '', ``) + .pipe($.injectString.replace, '', '') .pipe($.htmlmin, { collapseWhitespace: true, minifyCSS: true