question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Watch/livereload mode to develop

See original GitHub issue

I wanted to edit something in the code, but it seems I always have to type yarn gulp build --platform=browser, even if I only change the slightest thing, and then wait a minute and reload the browser.

Isn’t there a livereload mode or watch mode so it gets reloaded instantly while developing?

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dban0001commented, Feb 21, 2020

@JonathanDCohen For me, I would think it would be super helpful to just have live reload in the browser setup. That already helps so much when you just work in the UI – you don’t care about electron at that point. We can think about integrating that later, I think it’d be already super valuable to just have livereload for yarn gulp build --platform=browser.

0reactions
fortunacommented, Feb 27, 2020

The “watch” solution sounds good. The build for browser is fast enough that rebuilding on code change may be good enough. No need for incremental rebuild, which is hard to do.

Read more comments on GitHub >

github_iconTop Results From Across the Web

A complete guide to full-stack live reload - LogRocket Blog
This script uses nodemon, so it starts our application in development mode and enables live reload. If you'd like to learn more about...
Read more >
Live Reloading Content during Development
Live Reload is a new feature in Web Connection that can detect when you make changes to any of these types of files:....
Read more >
Live Reload | Capacitor Documentation
Rather than deploy a new native binary every time you make a code change, it reloads the browser (or Web View) when changes...
Read more >
How to Enable Live-reload on Docker-based Applications with ...
In this post you'll learn how to configure a development environment with live-reload enabled. This will allow you to convert a legacy ...
Read more >
Live Reload | Ionic Documentation
When active, Live Reload will reload the browser or Web View when changes in the app are ... This is particularly useful for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found