You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see the undefined in this line Files: app/scripts/preload/modernizr.js -> undefined/scripts/preload.js. It's a simple concat task where I want the output to be different dependent on the environment I set.
I have this
env
task:Along with a simply task to test that
process.env.DEST
is getting set correctly.When I run it I get the expected output of
dev
.Now if I use
process.env.DEST
inside another grunt task I get the value asundefined
.You can see the undefined in this line
Files: app/scripts/preload/modernizr.js -> undefined/scripts/preload.js
. It's a simple concat task where I want the output to be different dependent on the environment I set.I've been at this for a day now and have no clue what I'm doing wrong. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: