diff --git a/.eslintignore b/.eslintignore
index 3ff6b7b1..d0fef78b 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,3 +1,3 @@
client/js/libs.min.js
client/js/libs/**/*.js
-client/js/shout.templates.js
+client/js/lounge.templates.js
diff --git a/Gruntfile.js b/Gruntfile.js
index f4c637e7..e0f433ca 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -27,7 +27,7 @@ module.exports = function(grunt) {
"node_modules/handlebars/bin/handlebars",
"client/views/",
"-e", "tpl",
- "-f", "client/js/shout.templates.js"
+ "-f", "client/js/lounge.templates.js"
]
}, function(err) {
if (err) console.log(err);
diff --git a/client/index.html b/client/index.html
index cbb823ce..0033419e 100644
--- a/client/index.html
+++ b/client/index.html
@@ -294,8 +294,8 @@
-
-
+
+