aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorkdam0 <kumar.damani@mail.utoronto.ca>2017-04-15 01:20:59 +0000
committerkdam0 <kumar.damani@mail.utoronto.ca>2017-04-15 01:20:59 +0000
commitdd3ec1cf699e284c553a5b3d37c06ad627e8d65e (patch)
tree1fffd90588f53c1277df21b1bd416933537e03bd /app.js
parent66f440abe0886ce8a0287938fbdfa6629a75da15 (diff)
cleanup
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 7b4a3ec..013115c 100644
--- a/app.js
+++ b/app.js
@@ -28,7 +28,7 @@ var adminRoutes = require('./routes/admin');
// Templating engine, we are using handlebars
// This will allow us to create html pages dynamically before serving them.
// use the minifed css if the app running on production, otherwise use reg css
-var layout = (process.env.NODE_ENV == "production") ? 'layout' : 'layout_mini';
+var layout = (process.env.NODE_ENV == "production") ? 'layout_mini' : 'layout';
app.engine(
'.hbs',
hbs({