diff --git a/gulp/build.js b/gulp/build.js
index 886b2f3..92d1af9 100644
--- a/gulp/build.js
+++ b/gulp/build.js
@@ -62,6 +62,19 @@ gulp.task('html', ['inject', 'partials'], function () {
.pipe($.useref())
.pipe($.revReplace())
.pipe(htmlFilter)
+ // production
+ .pipe($.if($.util.env.production, $.replace('', ([
+ ''
+ ]).join('\n'))))
+ // staging
+ // .pipe($.if($.util.env.staging, $.replace('', '')))
.pipe($.minifyHtml({
empty: true,
spare: true,
diff --git a/src/index.html b/src/index.html
index c6644d1..5dd1253 100644
--- a/src/index.html
+++ b/src/index.html
@@ -63,5 +63,7 @@
+
+