diff --git a/gruntfile.js b/gruntfile.js index 3a5ef13c..7cf7265b 100755 --- a/gruntfile.js +++ b/gruntfile.js @@ -152,10 +152,7 @@ module.exports = function(grunt) { production: { NODE_ENV: 'production' }, - default: { - NODE_ENV: 'development' - }, - src: '/opt/deploy/.env' + src: '/opt/deploy/.env' }, mochaTest: { src: watchFiles.serverTests,