diff --git a/gulpfile.js b/gulpfile.js index 8ea4c20564..75bae456f2 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -216,7 +216,7 @@ function config() { version: project.version, environment: project.env } - }, require('./settings.' + project.env + '.json') || {}) + }, require('./settings' + (project.env !== 'Development' ? ('.' + project.env) : '') + '.json') || {}) })); }