From dd3ec1cf699e284c553a5b3d37c06ad627e8d65e Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 14 Apr 2017 21:20:59 -0400 Subject: cleanup --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({ -- cgit v1.2.3