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

Fix watch mode #9101

Merged
merged 1 commit into from Sep 29, 2020
Merged

Fix watch mode #9101

merged 1 commit into from Sep 29, 2020

Conversation

jasongrout
Copy link
Contributor

References

Fixes #9089

Code changes

User-facing changes

This fixes jupyter lab --dev-mode --watch

Backwards-incompatible changes

This fixes `jupyter lab --dev-mode --watch`
@jasongrout jasongrout added this to the 3.0 milestone Sep 29, 2020
@jupyterlab-dev-mode
Copy link

Thanks for making a pull request to JupyterLab!

To try out this branch on binder, follow this link: Binder

@jasongrout jasongrout merged commit b4db7f0 into jupyterlab:master Sep 29, 2020
@jtpio
Copy link
Member

jtpio commented Sep 30, 2020

Thanks Jason.

Testing with the rc2, a third-party extension and the bundle approach way of developing extension, it looks like running:

jlpm && jlpm run build
jupyter labextension install . --debug
jupyter lab --no-browser --watch

# in another terminal
jlpm run build

doesn't pick up the changes and emit the files (which it used to do with 2.x).

Will open a new issue to track it.

@github-actions github-actions bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Mar 30, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for watch mode in 3.0
2 participants