564 questions
2
votes
0
answers
176
views
ng serve - live reload not working - angular 19
I upgraded the angular project from v14 to v19. In v14, the app runs fine and live reload works properly. But after upgrading to v19, the live reload is no longer working.
UnsupportedWarning: Status ...
0
votes
0
answers
52
views
Live Reload in docker-compose project für Ionic app not working
I am trying to build an ionic project that uses node.js backend, each service packed into a container providing a microservice architecture.
For the node.js backend live reload is working, ionic serve ...
1
vote
0
answers
442
views
React Native Expo Hot Reloading Doesn't Reload Source Code
I am new to React Native (RN) so I am trying to understand the RN development workflow. I have found the debug workflow to be very inconsistent and assume there is something I am doing wrong or don't ...
0
votes
1
answer
275
views
The livereload does not work and there is no automatic refresh when changing HTML files
I want to live reload website usign jukyll. I am using windows 11; I have ruby 3.3.5. I am working on the following repository: https://github.com/academicpages/academicpages.github.io. When I build ...
1
vote
2
answers
431
views
Jekyll livereload not working for project initiated with --blank flag
I just started a fresh Jekyll project, with Ruby 3.3.0 and Jekyll 4.4.3.
I'm starting my local server with bundle exec jekyll serve --livereload, and the logs displays the line LiveReload address: ...
1
vote
1
answer
250
views
Why is Jekyll not working with live reload option?
Jekyll had been working fine for me about 50 times live-reloading.
However, now, each time I want to use live-reload option it throws this error once and once again, many times:
$ jekyll serve -l
...
0
votes
1
answer
427
views
How to disable Micronaut auto-reload feature?
My Micronaut app is being auto restarted every time I change any file (md, js, html) outside of src/ directory.
On app start I see this line in the log:
Watching for changes in [myapp, myapp/src/main/...
0
votes
0
answers
98
views
Why Springboot devtools not working properly?
dev tools working only on main java file(where @SpringbootApplication annotation located) not on other .java files. In all IDEs intellij, VSCode even though build project automatically enabled and ...
1
vote
1
answer
388
views
Spring Boot Live Reload stopped working on resources files all of a sudden, what could cause this?
I have been working on a Spring Boot website for a few months, using VS Code as my IDE.
I have Live Reload setup, so that it was automatically rebuilding and rerunning the website locally whenever I ...
2
votes
0
answers
768
views
Why hot reload on my react project is so slow in docker?
I need to wait for 10-20 seconds before seeing the updated result. I wonder why?
I used two ways to do the hot reload, one with docker run, the other with docker compose both are slow.
My folder ...
0
votes
1
answer
224
views
django-livereload-server installation
I am new to django and trying to install django-livereload-server
Somewhere in the installation guide, it says:
You need to inject the loading of the livereload javascript. You can
do this in one of ...
0
votes
0
answers
443
views
ionic cap run android -l --external command throws the following: [ERROR] No devices or emulators found
I'm following the First Ionic App with React tutorial Ionic Tutorial
I'm having a problem in the live reload section of the tutorial Live reload section of the tutorial
when I try to run the ionic cap ...
0
votes
0
answers
52
views
Browsersync + Gulp.js live reload at Intellij Idea "update resources" lag
I use Browsersync + Gulp.js in Idea to hot reload my css styles at web page.
Page reload occures properly. But resources served at exploded artifacts are overdue.
My workflow:
I chage change main.css ...
3
votes
1
answer
495
views
Google Apps Script local Addon development with live reload
I am developing a Google Apps Script editor add-on with the following setup:
src
|__ client
|__ gas
esbuild.config.js
tsconfig.json
package.json
src/client is a Svelte app for the add-on UI.
src/gas ...
1
vote
0
answers
354
views
Mithril js framework, enable hot reload?
I am using Mithril javascript framework with Vite bundler. Application is really complex and during debugging, for every change (even a small HTML edit), it takes me like 10-20 seconds to get to the ...