mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Add env var to put brunch in production mode.
This commit is contained in:
parent
05e95923c2
commit
3dae9aac88
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ regJoin = (s) -> new RegExp(s.replace(/\//g, '[\\\/\\\\]'))
|
|||
|
||||
exports.config =
|
||||
|
||||
production: process.env.BRUNCH_ENV is 'production'
|
||||
paths:
|
||||
public: 'public'
|
||||
watched: [
|
||||
|
|
Loading…
Reference in a new issue