web-ext icon indicating copy to clipboard operation
web-ext copied to clipboard

Allow manual reloading, when using --no-reload option

Open paulkamer opened this issue 8 years ago • 4 comments

Is this a feature request or a bug?

Feature request

What is the current behavior?

Running web-ext with --no-reload works as advertised, but no longer offers a way to manually force a reload (by typing "R").

What is the expected or desired behavior?

Running web-ext with --no-reload should still offer a way to manually force a reload:

Press R to reload (and Ctrl-C to quit)

Version information (for bug reports)

  • Firefox version: 53
  • Your OS and version: Ubuntu 16.04.2 LTS (xenial)
  • Paste the output of these commands:
node --version && npm --version && web-ext --version

v6.3.1 3.10.8 1.9.1

paulkamer avatar May 19 '17 10:05 paulkamer

Oh yeah, that seems useful. Thanks for filing.

I think --no-reload may get simulated internally for older Firefoxes that don't support reloading -- just something to be aware of for anyone works on this issue. Maybe it won't pose a problem though.

kumar303 avatar May 19 '17 18:05 kumar303

It would also be great to allow a way to externally trigger the build. Perhaps listening for a POSIX signal like USR1?

giodamelio avatar May 02 '19 21:05 giodamelio

Any chances of implementing this feature?

antekone avatar Nov 25 '19 06:11 antekone

I didn't know that Ctrl-R is disabled with --no-reload (https://github.com/mozilla/web-ext/issues/1758#issuecomment-557111582 ). It seems reasonable to implement it.

Rob--W avatar Nov 25 '19 09:11 Rob--W