Top "Browser-sync" questions

Related to the browser-sync Node.

How to deal with browser cache while using browserSync?

I'm using gulp with browserSync with next config(simplified): gulp.task('serve', ['compile_styles'], function() { browserSync.init({ proxy: 'my-local-dev.site' }); …

gulp browser-cache browser-sync
BrowserSync : Command not found after installing browser-sync

There was another issue open with the same title which has been closed but my error could not be resolved …

node.js macos npm browser-sync npm-install
Express and BrowserSync without gulp?

I'm working on an express app. I used browserSync only to watch static files but now, I want to do …

node.js express gulp browser-sync nodemon
How to make BrowserSync work with an nginx proxy server?

(If needed, please see my last question for some more background info.) I'm developing an app that uses a decoupled …

nginx proxy gulp same-origin-policy browser-sync
Node.js - Auto Refresh In Dev

I am trying to improve the DEV experience in my Node. To do that, I want to: a) restart my …

javascript node.js gulp browser-sync nodemon
How do I use vagrant and browsersync with local domain?

I use vagrant and I have it configured to update my etc/host file here's an example. 10.20.1.36 example.dev I …

vagrant browser-sync
Very slow BrowserSync server startup with Gulp

I'm using BrowserSync in server mode (using its built-in static server) with GulpJS on a local project, and everything seems …

javascript node.js gulp browser-sync
Using Gulp's browser-sync with MAMP in localhost testing environment

I have searched around but no posts pinpointed the pitholes to avoid when using Gulp's BrowserSync with a localhost testing …

browser directory gulp localhost browser-sync
BrowserSync with custom URL

Im using BrowserSync for my site. The following live reloads my CSS changes but it opens a webpage at http://…

gulp browser-sync