LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)
Questions tagged [livereload]
564 questions
4
votes
2 answers
Ionic livereload: how to ignore some files?
I have an Ionic project and I use external tool for processing Coffee and SCSS. By default livereload in Ionic project watches everything. Where I can change this?

Dmytro
- 5,443
- 2
- 52
- 50
4
votes
2 answers
gulp-livereload reloading before server process finishes restarting
I'm configuring my gulp.js gulpfile to watch my directory for file changes, and 1) reload my express server and 2) issue a livereload "change" event so that my browser (with the LiveReload chrome extension) will reload the page that I'm…

maxm
- 5,161
- 7
- 30
- 33
4
votes
2 answers
grunt browser sync not injecting changes
I'm trying to get grunt-browser-sync to inject any css changes into an open browser when a file is updated/changed. But for some reason, I can seem to get it to work and grunt is not giving me any errors to let me know it's not working.
I'm…

ultraloveninja
- 1,969
- 5
- 27
- 56
4
votes
3 answers
Gulp livereload is doing nothing
How do I setup gulp live-reload, it doesnt seem to be doing anything.
this is part of my gulpfile:
var livereload = require('gulp-livereload'),
lr = require('tiny-lr');
gulp.task('css', function(){
gulp.src(sassdir)
…

Kiee
- 10,661
- 8
- 31
- 56
4
votes
1 answer
How do you execute compass through grunt watch while running an express server?
When I run 'grunt server', everything executes including the compiling of my Sass. How should I proceed to watch for Sass changes and execute compass while keeping the functionality of express and livereload server?
Everything works including…

upt3mpo
- 63
- 1
- 5
4
votes
2 answers
Grunt with livereload, to slow
Here is my Gruntfile.js
watch: {
options: { livereload: true },
compass: {
files: ['assets/sass/*.{scss,sass}'],
tasks: ['compass']
},
// js: {
// files:…

branquito
- 3,864
- 5
- 35
- 60
4
votes
4 answers
How to change auto open page by Livereload in Yeoman?
When I use yeoman and run grunt server, livereload will open a webpage 127.0.0.1:9000 automatically.
But I use nginx proxy 127.0.0.1:9000 to foo.com, so I want auto open foo.com instead of 127.0.0.1:9000.
I checked Gruntfile.js and found the…

Fancyoung
- 2,313
- 26
- 32
4
votes
2 answers
LiveReload with Guard not working, even though it says it does
I'm trying to use Guard with LiveReload plugin for Chrome on Windows 7. It's not working and I don't know how I can trouble shoot this really. I'm using Bash to initiate guard, then activating LiveReload in the browser.
This is what it tells me:
$…

Johan Dahl
- 1,672
- 3
- 19
- 35
4
votes
2 answers
LiveReload Chrome Extention unable to connect to Guard server on Ubuntu 13.04 64bit
I have installed the necessary gems as follows :
~/Desktop/html5$ gem list
bundle (0.0.1)
bundler (1.3.5)
coderay (1.0.9)
em-websocket (0.5.0)
eventmachine (1.0.3)
ffi (1.8.1)
…

spraveenitpro
- 61
- 1
- 12
4
votes
0 answers
The LiveReload extension for Middleman is reloading the entire page instead of just the CSS.
When I use the LiveReload mac's app it works as it's supposed to. So it's not really a problem but can't help but think I'm missing something obvious.
Does anyone know why this is happening or how to fix it?

Jason
- 296
- 2
- 8
3
votes
0 answers
How reload CSS in svelte component without reloading page?
I use live reload on my Rails app. In sprocket CSS (normal mode), change CSS in code make a refrech css in browser without reloading page.
I add Svelte in my rails app and now, if I change CSS in component => it will reload all page.
There is a…

Matrix
- 3,458
- 6
- 40
- 76
3
votes
1 answer
Spring Boot Dev Tools / Live Reloading - refresh of static resources is not working
In order to improve developer experience I tried to include Spring Dev Tools.
My setup:
Multiple modules
Gradle 6.6
Spring Boot 2.4.2
Thymeleaf
React with Webpack for subpages
I use a multi project gradle build with a settings.gradle file and one…

peach
- 657
- 5
- 26
3
votes
1 answer
Live Reload (Blaise Kal) Firefox add-on doesn't work with a CSS file
I want to use Live Reload add-on to monitor changes in my persons.css file. But when I modify the code of my CSS file nothing changes in my Firefox.
The address that I use is like this:
http://localhost:8080/persons/person?id=1
It shows a HTML page…

Roby Sottini
- 2,117
- 6
- 48
- 88
3
votes
3 answers
Ionic4 capacitor android livereload?
Is there posibility to run ionic4 app with capacitor on android device with livereload?
I was looking for answear for a few hours now without a luck. Please help.

Jacek Rajba
- 41
- 1
- 2
3
votes
0 answers
Rails: 404 when GET /build-non-gmail-inbox.js.map
I have a very odd behaviour recently that our team started developing again our platform, which is in Rails + Foundation, fully dockerized.
We made a pretty big update in several features, and now I'm seeing in local and staging environments a 404…

unmultimedio
- 1,224
- 2
- 13
- 39