Is there any way to pass a variable from gulpfile to front-end script?
I'm trying to issue a command line deployment, and have a variable change depending on if I run: "gulp build --development" or "gulp build --production".
The command would deploy a version of the front-end script to pull data from test url or pull from production url.
Note: I'm using gulp-connect as my server.