Eliminate HIDE_DEV_TOOLS environment variable. Hide in test env.

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-05-16 09:11:58 -07:00
parent f84d8038c1
commit fd8b8910a3
No known key found for this signature in database
GPG key ID: A4931C09644C654B
3 changed files with 3 additions and 4 deletions

View file

@ -355,8 +355,7 @@ module.exports = function(grunt) {
path: path.join(__dirname, 'node_modules', '.bin', 'electron'),
args: [path.join(__dirname, 'main.js')],
env: {
NODE_ENV: environment,
HIDE_DEV_TOOLS: true
NODE_ENV: environment
}
});