diff --git a/gulpfile.js b/gulpfile.js index fb256ab0..445db5f3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -309,8 +309,13 @@ function renamePathForProd() { function addAnalytics() { return src(`${config.dir.build}/**/*.html`) - .pipe(inject.after('', ` - + .pipe(inject.after('', ` + `)) + .pipe(inject.after('', ` -`)) + `)) +.pipe(inject.after('', ` + `)) .pipe(dest(config.dir.build)) }