generator-gulp-angular
generator-gulp-angular copied to clipboard
Use environment variables for browser sync port
More of a bunch of questions rather than an issue.
I've added some code to my project that lets me set the browser sync port vi environment varialbes so I can use
PORT=3008 gulp serve
to change it from the default. My questions are
- Would you be interested in a pull request?
- Should I add any others like BS-PORT to change the browser sync ui port?