1
0

fixed gruntfile env variables

This commit is contained in:
David Baldwynn 2016-04-16 15:46:01 -04:00
parent 6597d37d19
commit 5a30ad5ef2

View File

@ -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,