Running the server normally goes well without errors, but when doing the 'serve-dev' task NODE_ENV is always undefined, even if I explicitly set it to 'dev'
`About to crank up node
PORT=7203
NODE_ENV=undefined
** DEV **
Express server listening on port 7203
env = development
__dirname = C:\Projects\pluralsight-gulp\src\server
process.cwd = C:\Projects\pluralsight-gulp`
Running the server normally goes well without errors, but when doing the 'serve-dev' task NODE_ENV is always undefined, even if I explicitly set it to 'dev'
`About to crank up node
PORT=7203
NODE_ENV=undefined
** DEV **
Express server listening on port 7203
env = development
__dirname = C:\Projects\pluralsight-gulp\src\server
process.cwd = C:\Projects\pluralsight-gulp`