]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Remove ES6 syntax from Gulpfile #234
authorGeoff Kimball <geoff@zurb.com>
Fri, 11 Mar 2016 17:27:00 +0000 (09:27 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 11 Mar 2016 17:27:00 +0000 (09:27 -0800)
gulpfile.js

index f6c9d9fa14850544e7f4f8e7b4c000806ef27567..b2ebe78d82f6d022a515ed37ab8a051e83c92243 100644 (file)
@@ -135,7 +135,7 @@ function inliner(css) {
       applyStyleTags: false,
       removeStyleTags: false
     })
-    .pipe($.injectString.replace, '<!-- <style> -->', `<style>${mqCss}</style>`)
+    .pipe($.injectString.replace, '<!-- <style> -->', '<style>'+mqCss+'</style>')
     .pipe($.htmlmin, {
       collapseWhitespace: true,
       minifyCSS: true