meanjs / mean

MEAN.JS - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js -
http://meanjs.org
MIT License
4.87k stars 1.98k forks source link

fix(gulp): Gulp tasks overriding NODE_ENV #2007

Closed mleanos closed 5 years ago

mleanos commented 5 years ago

Fixes an issue with the "defualt" & "build" Gulp tasks that override the current NODE_ENV. These two tasks should inherit the NODE_ENV that has been set.

Also, updates the "prod" Gulp task to ensure the NODE_ENV is set to "prod" before the "build" task is run.