From 609d41f7a171df0292d516bdd99a4473a0037996 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Fri, 11 Mar 2016 09:27:00 -0800 Subject: [PATCH] Remove ES6 syntax from Gulpfile #234 --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2