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
3
votes
1 answer
React hot reload not working
I am trying to use the plugin https://www.npmjs.com/package/react-hot-loader to enable hot relaod . But the hot reload is not working, when I refresh the page the changes are reflected without builiding but it is not real time. I think when ever I…

sumit
- 15,003
- 12
- 69
- 110
3
votes
1 answer
Jekyll livereload browser not connecting
I'm not a ruby expert here, and I'm new to jekyll just trying to get the livereload plugin to work on a blank theme.
plugin: https://github.com/RobertDeRose/jekyll-livereload
I setup jeckyll with a blank theme with jekyll new theme --blank When I…

bazzlebrush
- 428
- 2
- 15
3
votes
2 answers
Cannot read property 'call' of undefined when making a change
Ionic Framework: 3.4.2
Ionic Native: ^2.9.0
Ionic App Scripts: 2.1.3
Angular Core: 4.1.3
Angular Compiler CLI: 4.1.3
Node: 6.11.0
OS Platform: Windows 10
Navigator Platform: Win32
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64)…

bondif
- 308
- 1
- 5
- 18
3
votes
0 answers
Ionic livereload and build problems since upgrade
Since performing a clean install of MacOS Sierra and installing the latest versions of node, ionic, cordova etc live reload doesn't work on device for me. I'm seeing a variety of problems depending on the command used / whether or not a device is…

fruvos
- 383
- 1
- 3
- 5
3
votes
2 answers
How can I stop live-reload from executing on all files in Angular2 with angularCLI?
Environment:
Angular 2.0.0 (Built via Angular CLI Beta 15 with Webpack)
Issue:
No way to turn off live-reload. My application involves multiple areas where files need to be uploaded to the server, and/or be manipulated. Every time any of these…

JasonPerr
- 339
- 3
- 16
3
votes
1 answer
How can I get livereload working for my express app?
Currently running an angular+express app. Trying to implement a livereload but without success. This is the server.js:
var express = require('express');
var app = express();
var bodyParser = require("body-parser");
var livereload =…

bier hier
- 20,970
- 42
- 97
- 166
3
votes
0 answers
Angular2: Live reload taking ~10sec even with some minor changes
OS: Mac OS X
I am using ng-cli to Bootstrap the project. I have not changed much to the auto generated files.
Following is the generated npm config file.
Package.json
{
"name": "hello-world-app",
"version": "0.0.0",
"license": "MIT",
…

Niraj
- 477
- 6
- 16
3
votes
2 answers
LiveReload for Sublime Text 3 - Not working
I have setup LiveReload for Sublime Text 3 by following this guide .
I have installed the LiveReload Plugin for FireFox (it's enabled).
I have tested it with this simple HTML code:
…

Robiow
- 131
- 1
- 6
3
votes
2 answers
Can or how do I get livereload to work with visual studio 2015 RC?
Is it possible to get LiveReload or similar program or extension to work with visual studio 2015 RC? Looking to set up a more real-time web dev. (I have a back-end background and fairly new to web world.)

wtwe
- 51
- 1
- 5
3
votes
1 answer
How to get livereload.js working on localhost, error -> ERR_CONNECTION_REFUSED
I'm trying to get my page to refresh automatically with grunt watch and when to do this on index.html:
I am getting the error http://localhost:35729/livereload.js…

SuperUberDuper
- 9,242
- 9
- 39
- 72
3
votes
2 answers
Using connect-livereload in an Express node app
Following this great article on how to use npm as a build tool, I would like to implement it when building a nodejs express web app.
My node app is created on port 8080, this is a simplified version of my server.js file:
var env =…

Bondifrench
- 1,272
- 1
- 20
- 35
3
votes
0 answers
$window.open called in a promise breaks the second promise
I am pretty new to angularjs. Love it but sometimes get surprises that I just can't find an answer.
I have a function that lets the user build a list to a file by clicking a link. This can take up to a minute so the user can build different lists at…

BrokenHip Development
- 51
- 1
- 9
3
votes
1 answer
Unable to get connect-livereload to work with express server in gulp task
I am working off of Yeoman's gulp-webapp generator. I have modified my gulp serve task to use my Express server, rather than the default connect server it ships with. My issue is with Livereload functionality. I am trying to simply port the…

robabby
- 2,160
- 6
- 32
- 47
3
votes
1 answer
Setting up grunt to launch & live reload browser (with minimal plugins)
I'm setting up a web project and want to use grunt for automation and workflow.
I have sass, jshint, jsdocs, minifiers all playing nice but am having no end of trouble with launch & reload of browser from the grunt shell.
I have 2 conditions I'd…

Dev_419
- 33
- 4
3
votes
0 answers
Running Ember-CLI on VirtualBox
After a great deal work tinkering I have a mostly working copy of an ember-cli project running on a guest Ubuntu VirtualBox. One of my goals was to run the code inside a Shared Folder and I have it mostly working.
There are a number of hacks ahem,…

Jim
- 404
- 2
- 14