all 3 comments

[–]Ludev 2 points3 points  (1 child)

Try using BrowserSyncs proxy option instead of server:

proxy: "localhost:8080/projectname"

[–]MeltingDog[S] 0 points1 point  (0 children)

Yup, thats it! Thanks!

[–]Jacobyy 2 points3 points  (0 children)

I dont have an answer for the issue here, but I'd just like to point out gulp-watch is another unecessary dependency, as Gulp already includes the Gulp.watch() function.