diff options
| author | kdam0 <kumar.damani@mail.utoronto.ca> | 2017-04-15 01:20:59 +0000 |
|---|---|---|
| committer | kdam0 <kumar.damani@mail.utoronto.ca> | 2017-04-15 01:20:59 +0000 |
| commit | dd3ec1cf699e284c553a5b3d37c06ad627e8d65e (patch) | |
| tree | 1fffd90588f53c1277df21b1bd416933537e03bd /app.js | |
| parent | 66f440abe0886ce8a0287938fbdfa6629a75da15 (diff) | |
cleanup
Diffstat (limited to 'app.js')
| -rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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({ |
