diff --git a/grunt/config/esvm.js b/grunt/config/esvm.js index 984bafe68..798b29cf9 100644 --- a/grunt/config/esvm.js +++ b/grunt/config/esvm.js @@ -32,6 +32,10 @@ function setBranchConfig(branch, target) { } target.options = _.merge({}, defaultOpts, target.options); + + if (target.options.branch && !target.options.version) { + target.options.fresh = true; + } } // targets for each branch