Add env var to put brunch in production mode.

This commit is contained in:
Rob 2015-11-02 19:04:38 -08:00
parent 05e95923c2
commit 3dae9aac88

View file

@ -15,6 +15,7 @@ regJoin = (s) -> new RegExp(s.replace(/\//g, '[\\\/\\\\]'))
exports.config =
production: process.env.BRUNCH_ENV is 'production'
paths:
public: 'public'
watched: [