livereload Questions

5

I'm using Sublime Text 3 and want to use LiveReload. I have a browser plugin for Chrome already installed. Node.js is also installed. For Sublime Text 3 Live Reload this plugin must be installed:...
Bergstrom asked 17/9, 2014 at 8:45

2

Solved

I've been using livereload chrome extension that inserts a http://[...]/livereload.js into the document. Unfortunately, I'm working on a project that requires https and I expected to replicate that...
Colima asked 23/4, 2015 at 9:39

1

I am developing a ReactJS-App that gets served by a PHP backend. On my local machine I set up MAMP with a virtual host pointing to my project's root and I use webpack to bundle my React-App. Since...
Peh asked 10/10, 2017 at 12:28

3

Solved

I use Cloud9 IDE, which only exposes port 80 and prevents LiveReload from connecting. I get this error: GET https://myapp.c9.io:35729/livereload.js?snipver=1 net::ERR_CONNECTION_REFUSED Unles...
Jardiniere asked 29/7, 2014 at 23:59

2

Solved

I've read a few pages about Hot Module Replacement in Webpack. There's even a sample app that uses it. I've read all of this and still don't get the idea. What can I do with it? Is it supposed to ...
Abate asked 5/7, 2014 at 0:13

6

Solved

Taking the following scripts section from a package.json: "scripts":{ "sass:watch": "npm run sass -- -w ./src/public/stylesheets -r --source-map true", "livereload": "live-reload --port 9091 ./s...
Prussian asked 18/12, 2015 at 7:26

2

Solved

How can I temporarily disable browsersync, so that it doesn't inject/modify HTML pages? (For testing and debugging.)
Haunt asked 20/12, 2014 at 9:48

1

I am starting live reload via Gulp: var $$ = require('gulp-load-plugins')(); gulp.watch('*', function (file) { $$.livereload().changed(file.path); }); gulp.task('connect', function(){ var conn...
Bertabertasi asked 22/10, 2014 at 10:52

2

Solved

Hi I've assigned a existing running project after the previous developer left the company.I just cloned the project from github and did bundle. On running the project I get the following error on b...
Calvin asked 21/9, 2015 at 4:37

1

Solved

I've seen a lot of posts and publications about live reloading, hot reloading, and hot module replacement, referring to different practices to reflect changes in code immediately in the browser whe...
Imprecise asked 30/11, 2016 at 13:34

3

How can I get the templateURL to reload when saved using LiveReload and Grunt? angular.module('meshApp', [ 'ngSanitize', 'ngRoute' ]) .config(function ($routeProvider) { $routeProvider .when(...
Silverweed asked 8/1, 2014 at 2:4

2

Solved

So I am trying out Ionic 2. I found out this Ionic Cli command does not work: ionic emulate ios --livereload or ionic emulate ios --lc It show "Setup Live Reload" in the log but the app jus...
Mishnah asked 28/6, 2016 at 1:56

4

I used gulp-webapp (generator from yeoman) and add some other tasks (like gulp-sass & gulp-coffee). But now Livereload isn't starting. I need to see something like this [gulp] Live reload ser...
Neon asked 27/4, 2014 at 8:24

2

Solved

I've started using LiveReload with its Chrome extension and that's greatly improved my workflow. But one thing I noticed: sometimes Chrome still keeps loading cached version where my recent change...
Pruett asked 16/5, 2013 at 18:30

1

I've used Yeoman to build an angular application using bower and grunt. Running grunt serve gives me this error: Running "connect:livereload" (connect) task Fatal error: Port 9000 is already in us...
Slime asked 8/10, 2015 at 14:18

4

Solved

How can I livereload Django templates?
Annatto asked 29/9, 2013 at 2:45

1

You can view/clone the full code here: https://github.com/mlewisTW/grunt-tests I'd like to watch the src directory (to minify, concat, less, etc), which puts everything into the build dir. I'd als...
Premonition asked 8/9, 2014 at 20:56

4

Solved

I've seen other similar questions here and here but neither of those worked for me. I'm on a mac and simply installed ember cli using npm and I thought it would work out of the box. Here is the se...
Candless asked 9/1, 2015 at 20:55

4

Solved

I am attempting to have my browser update when I make a change to index.html in the root of my project. Livereloading is working fine when updating the CSS. I have removed the efforts I made to ge...
Chymotrypsin asked 10/2, 2014 at 14:28

2

Solved

I'm trying to configure grunt to livereload js and less/css files on changes. While grunt does correctly "watch" and execute assigned tasks, it does not livereload the files. Below is my configurat...
Hyehyena asked 14/5, 2013 at 21:59

2

Solved

In Asp.Net 5 the development is faster because it compiles on save. But I still have to refresh the browser manually. Is there a live reload option in Visual Studio, or should I use a gulp plugin ...

1

Solved

I have a problem with Livereload and in particular with Firefox. When I install the add-on in Firefox, the icon in the browser isn't shown? P.S. Firefox version is 43.0.4, Livereload - 2.1.1
Commodity asked 21/1, 2016 at 18:7

6

Solved

I have got my Gulpfile to compile my sass and am only a "live-reload away from dumping codekit". I am struggling getting this style injection to work though. I am trying to set this up: https://git...
Flanch asked 28/1, 2014 at 14:46

2

Solved

Building myself a gulpfile.js for a WordPress theme. Currently all the JS and CSS is working perfectly, and livereload is reloading on css/js change. But I also want to refresh the browser wheneve...
Sandrocottus asked 3/5, 2014 at 18:22

5

I'm trying to use livereload with watch. I keep getting the message "Fatal error: Port 35279 is already in use by another process" . I've changed the port for livereload but then nothing reloads. ...
Kyser asked 9/10, 2013 at 9:31

© 2022 - 2024 — McMap. All rights reserved.