Top "Livereload" questions

LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)

Sync code changes in electron app while developing

Are there any tools to live reload electron app when code is changed similar to browser-sync for web? Whenever we …

javascript electron nodemon livereload
Grunt livereload with node.js application

I have written an application in Node.js (with Express & socket.io) and I would like to use Grunt …

node.js yeoman gruntjs livereload
Fastest way to compile SCSS (Compass) + refresh the browser?

Just wondering what in your opinion is the fastest way to have your SCSS compiled and browser refreshed? I'm currently …

sass sublimetext3 compass-sass livereload codekit
Create a server that runs PHP with Gulp and Livereload

I'd like to adapt this code to serve PHP files. I have MAMP running a local server but I can't …

php node.js gulp server livereload
Grunt Live-Reload via Watch

I'm trying to configure grunt to livereload js and less/css files on changes. While grunt does correctly "watch" and …

javascript gruntjs livereload
Live reload fails - Failed to load resource: net::ERR_CONNECTION_REFUSED

I am starting live reload via Gulp: var $$ = require('gulp-load-plugins')(); gulp.watch('*', function (file) { $$.livereload().changed(file.path); }); …

node.js connect gulp livereload
Gulp Livereload in Chrome

The below code seems to work just fine until I go to 1ocalhost:8081... then I get the message.. <pre&…

node.js google-chrome livereload gulp
Disable / turn off LiveReload server in Emberjs / Ember-cli

I use Cloud9 IDE, which only exposes port 80 and prevents LiveReload from connecting. I get this error: GET https://myapp.…

ember.js ember-cli livereload
How to run livereload with gulp within a docker container?

I created a docker container to run tasks with gulp. All tasks are running, the problem is I can't enable …

javascript docker gulp livereload