livereload Questions

6

Solved

As per the Ionic Guide Chapter 4 http://ionicframework.com/docs/guide/testing.html, ionic serve will start a live reload server, which it does in my case, but reload is not happening. Is there any...
Harvin asked 19/8, 2014 at 20:35

11

This is how can i run my server nodejs. I need to live reload my server when i make changes to the code in the front-end dev "start": "node server.js"
Hurt asked 10/8, 2017 at 19:31

5

Solved

Are there any tools to live reload electron app when code is changed similar to browser-sync for web? Whenever we change code for electron app, I am terminating existing running process and relaun...
Renitarenitent asked 31/8, 2016 at 13:0

5

Solved

I've started learning Flask to develop web applications. What I am really missing is an automatic Browser refresh after any code change (including static files, templates, etc.). This seems to be a...
Trimester asked 10/7, 2019 at 14:22

7

I am using gulp/live reload in my development workflow. When styling an element using CSS I sometimes adjust that element's style rules ( Edit: using event.style {} under the elements panel) direct...
Collocate asked 22/12, 2014 at 19:44

7

I was wondering if anyone had any experience using create-react-app with docker. I was able to get it set up with a Dockerfile like: from node RUN mkdir /src WORKDIR /src ADD package.json /src/pac...
Yul asked 4/8, 2016 at 4:11

4

Solved

I use live-server to live reload folder with HTML, javascript and CSS files using Visual Studio Code. When I open the console in Google Chrome I see this : "Failed to load resource: the ser...

5

Solved

I'm trying to use Livereload using Gulp, Sublime Text 3 and Chrome but for some reason it doesn't work. Here is what I did. Installed the Livereload extension in Chrome. Installed gulp-livereload...
Uniflorous asked 4/9, 2015 at 13:34

4

When I change a thymeleaf .html file residing inside /templates , I expect the browser to automatically reload the page. I have the live reload plugin installed and its able to do a handshake with ...

4

Livereload on iOS device (ionic cordova run ios -l) with ionic 4 does not seem to work. It stuck at the initial loading at splash screen. I've tried with fresh project right after ionic start **** ...
Kai asked 31/7, 2018 at 10:31

1

I am running a spring boot application on an embedded tomcat server on eclipse in my local environment with spring dev tools enabled. And I also have spring web flow configured in the application. ...
Spermogonium asked 25/4, 2018 at 9:11

9

Solved

I can't see my ionic app on my phone when using the --live-reload parameter. I am using Windows 8.1 and a connected Nexus 5 Android device. The app is the sample sidemenu app created with ionic st...
Succussion asked 9/6, 2015 at 16:53

6

Solved

i was trying to use live reload on my ionic 2 application. so i found this command ionic run browser --live-reload is not working as expected and while making code changes i am receiving console...
Riven asked 25/5, 2017 at 10:45

5

Solved

How to automatically monitor .py, .js and other source code files to restart a Django (or any other for that matter) application and refresh the browser when the source changes? This is possible in...
Crate asked 30/9, 2013 at 12:49

3

I have been using AngularCLI for my ng2 project and for the last few months it has been great. In the last few weeks, it seems to be getting slower and slower. If I make a simple HTML change it no...
Mateya asked 21/12, 2016 at 21:48

1

Solved

I managed to deploy my first Svelte app using Github Pages. Only a problem remains is that the livereload script is still loading but the path to the script cannot be found and causes the slow fini...
Archival asked 1/11, 2020 at 0:48

4

Solved

I have a couple of questions related to the usage of Docker in a development phase. I am going to propose three different scenarios of how I think Docker could be used in a development environm...

8

I am trying to setup my gulpfile.js to use livereload on an express server without much luck. I see examples out there but they seem to be related to a static file server. http://code.tutsplus.com...
Fibrinous asked 14/5, 2014 at 22:6

1

Solved

I'm trying to scaffold up a brand new ASP.NET Core Web Application in Visual Studio 2019 with an Angular template targeting ASP.NET Core 3.1. While the application works, Live Reloading will only ...
Shuma asked 21/2, 2020 at 12:25

6

I'm trying to enable Live Reload mode, but there is no such item in Dev Menu:
Alo asked 4/8, 2016 at 16:7

2

Solved

I'm trying to download a file generated from spring boot in the assets of the angular project. When I call the spring API from angular services, angular CLI recompiles the project after the creatio...
Milden asked 13/9, 2019 at 7:44

1

It's possible to have a livereload (or browsersync) like system that run with jekyll serve without using other tools like grunt/gulp? What I'm expecting is to edit a css, sass, html or md file and...
Zima asked 3/9, 2015 at 10:24

1

Solved

I'm using Angular 5. The hot reload takes about 8 secs which is reasonable (not great though) but is there any way to configure it so I can tweak it to make it faster? Concerned it will get even ...
Overcharge asked 9/6, 2018 at 2:28

0

Is it possible to use Spring devtools and Livereload with Spring4 without using actual Spring Boot? I am working on a legacy Spring 4 project and having it would save a lot of time. I am used to t...
Caliphate asked 23/3, 2018 at 20:20

4

I am currently working on a project in Angular 4 and for some reason I keep experiencing random reloads when I am previewing the app on a browser. (I am running in prod mode). Anyone experiencing t...
Noon asked 15/5, 2017 at 13:26

© 2022 - 2024 — McMap. All rights reserved.