From 5a30ad5ef25130261fef19193a9544a22ccc095a Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Sat, 16 Apr 2016 15:46:01 -0400 Subject: [PATCH] fixed gruntfile env variables --- gruntfile.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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,