mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Disabling space-less json for development.
This commit is contained in:
parent
6db298f03c
commit
54a9497a4f
1 changed files with 1 additions and 1 deletions
|
@ -156,4 +156,4 @@ exports.setExpressConfigurationOptions = (app) ->
|
|||
app.set('view engine', 'jade')
|
||||
app.set('view options', { layout: false })
|
||||
app.set('env', if config.isProduction then 'production' else 'development')
|
||||
app.set('json spaces', 0)
|
||||
app.set('json spaces', 0) if config.isProduction
|
||||
|
|
Loading…
Reference in a new issue