mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-25 05:54:51 -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 =
|
exports.config =
|
||||||
|
|
||||||
|
production: process.env.BRUNCH_ENV is 'production'
|
||||||
paths:
|
paths:
|
||||||
public: 'public'
|
public: 'public'
|
||||||
watched: [
|
watched: [
|
||||||
|
|
Loading…
Reference in a new issue