-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple proxies running at the same time #109
Comments
Looks like a bug - thanks for reporting we will look at this asap. |
I have de same problem. Is there any way to run multiple proxies using bs-config.js runing as command line? |
+1 here... |
+1 |
Adding my fix, since I haven't found a nice resolution for this bug (wiring two server configs within my browserSync tasks with Node 5.0.0 as my Engine) and I received the same error as others in this issue. For now, I've resorted to an imperative implementation and it's working fine (no proxies right now, just 2 instances for HTTP and HTTPS).
|
I configured browsersync with Grunt to run two proxy instances at the same time. The reason for that is I need both http and https running. This was working just fine up untill recently when I updated npm.
The error I'm getting now is: Warning: Instance: Grunt is already running! Use --force to continue.
M setup looks like that:
and then I just run it like that:
grunt.registerTask('default', [ 'browserSync', 'watch' ]);
Thanks for any advice!
The text was updated successfully, but these errors were encountered: