the default config has to change with the removal of 'script.disable_dynamic' in 2.0

This commit is contained in:
Spencer Alger
2015-04-01 10:21:43 -07:00
parent 79a53767e3
commit 77f73533ee
2 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,6 @@
var BROWSER = process.env.browser;
var VERBOSE = process.env.VERBOSE;
var JENKINS = process.env.JENKINS;
var JENKINS = !!process.env.JENKINS_HOME;
if (BROWSER) {
/* jshint browser: true */