-
Notifications
You must be signed in to change notification settings - Fork 32
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
Replace gulp-serve with gulp-webserver for proxies #39
Comments
Sorry for the slow response... It sounds good to me! I haven't tried |
What about using https://github.com/reflexdemon/ng-gulp/blob/master/gulpfile.js#L24-L30 I think I will open a PR for this with |
@reflexdemon does it uses preflight request OPTIONS? |
Yes. |
@Errvald #44 has been opened for this. This the first time I am working on slush and JS. Please take liberty to test and let me know if out find any issues. I am coming from pure JAVA background and this is just my first try on the JS side of the world. |
@reflexdemon livereload seems to be broken for me. |
My middleware server had issues when livereload was restarting. So I had disabled it with proxies. let me see, if I get a hack to fix this and keep you posted. |
@Errvald I got the livereload working on my project and will make the needed changes on the template and push it in couple of days. Meanwhile here is a sample of working livereload. |
#44 now has livereload |
As far as I know gulp-serve has no option for setting proxies which makes it complicated if your backend uses a different port and you run into CORS issues.
With gulp-webserver you can set proxies, what do you think?
The text was updated successfully, but these errors were encountered: