franzenzenhofer / f19n-obtrusive-livetest

A sandboxed, extendable testing chrome extension and framework! It runs pre-defined and custom tests on each page that you visit.
https://chrome.google.com/webstore/detail/f19n-obstrusive-live-test/jbnaibigcohjfefpfocphcjeliohhold?hl=en
55 stars 1 forks source link

test (& fix) dev setup extension auto reloading #84

Open franzenzenhofer opened 5 years ago

franzenzenhofer commented 5 years ago

test (& fix) dev setup extension auto reloading update dev doc if necessary

neuling commented 5 years ago

@franzenzenhofer Auto reload works for me using chrome-cli installed via homebrew. What happens if you run grunt --reload-extension?

It should open chrome://extensions/ in a new tab if not already open and reload that tab which should reload the extension.

neuling commented 5 years ago

@franzenzenhofer Ok, I can reproduce some reload issues. Will fix.

franzenzenhofer commented 5 years ago

works

franzenzenhofer commented 5 years ago

when grunt (watch task) is not running this errors show up in the extension background error log image these errors schould not show up or should be able to get disabled

neuling commented 5 years ago

Diese Fehler kommen eben nur im Development-Mode wenn der grunt Task nicht läuft. In Production versucht die Extension nicht zu livereload zu connecten.