aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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({