Top "Browser-sync" questions

Related to the browser-sync Node.

Stylesheet not loaded because of MIME-type

I'm working on a website that uses gulp to compile and browser sync to keep the browser synchronised with my …

html css gulp mime-types browser-sync
Node update a specific package

I want to update my Browser-sync without updating all my node packages. How can I achieve this? My current version …

javascript node.js npm gulp browser-sync
npm install multiple package names

What does it do when I run this command: npm install --save-dev package1 package2 It is definitely not installing multiple …

command-line npm gulp browser-sync
BrowserSync Cannot GET /

I only have installed NodeJS and BrowserSync with this command: npm install -g browser-sync After I use this command to …

node.js laravel browser-sync
Using the original URL, not proxy, with browser-sync

Recently switched from Grunt.js to Gulp.js as multiple people told me how much better and faster it wa (…

proxy localhost gulp browser-sync
browser-sync does not refresh page after changes with Gulp

I'm new to Gulp and I wanted to make use of its automatic scss compiling and browser sync. But I …

sass gulp browser-sync
Gulp browser-sync - redirect API request via proxy

I'm trying to redirect my API requests like this with gulp and browser-sync: gulp.task('browser-sync', function () { var files = [ '../…

api proxy gulp middleware browser-sync
Webpack --watch and launching nodemon?

Thanks to an excellent answer by @McMath I now have webpack compiling both my client and my server. I'm now …

node.js webpack browser-sync nodemon
Error: Cannot find module 'browser-sync'

When am trying to start gulp serve Its raise an error module.js:338 throw err; ^ Error: Cannot find module 'browser-sync' …

npm polymer gulp polymer-1.0 browser-sync
How to configure port in browser-sync

I have a gulp task running with browser-sync,by default its running on port 3000 of node.js server.I want …

node.js gulp browser-sync