Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance development experience disabling the background script #87

Closed
fabiodrg opened this issue Feb 19, 2021 · 0 comments · Fixed by #88
Closed

Enhance development experience disabling the background script #87

fabiodrg opened this issue Feb 19, 2021 · 0 comments · Fixed by #88
Assignees
Labels
enhancement New feature or request

Comments

@fabiodrg
Copy link
Collaborator

I am not sure about other browsers, but on Firefox, every time I change JavaScript code I have to reload the extension manually. That triggers the onInstalled event, thus it shows the changelog on a new tab. My suggestion is to take advantage of the existing development environment powered by Gulp and the environment variables. Something like, if environment is development, then change the manifest.js and remove the background script entry. With the plugin gulp-merge-json, already installed, seems straightforward.

@fabiodrg fabiodrg added the enhancement New feature or request label Feb 19, 2021
@fabiodrg fabiodrg self-assigned this Mar 2, 2021
@fabiodrg fabiodrg linked a pull request Mar 2, 2021 that will close this issue
@fabiodrg fabiodrg added this to Done in v4.2 Mar 28, 2022
@fabiodrg fabiodrg removed this from Done in v4.2 Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants