change .env in gruntfile

This commit is contained in:
David Baldwynn 2016-04-29 03:51:34 -04:00
parent a1a5f9aa0a
commit e3ee6b6288

View file

@ -155,9 +155,8 @@ NODE_ENV: 'test',
},
dev: {
NODE_ENV: 'development',
src: '/opt/deploy/.env'
src: '.env'
},
src: '.env'
},
mochaTest: {
src: watchFiles.serverTests,