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
Add development mode to lab extension build scripts #8918
Conversation
Thanks for making a pull request to JupyterLab! To try out this branch on binder, follow this link: |
Why not just merge this one since the rebase is done and build is in progress? |
Ah, I see you already rebased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I pushed fixes for |
I think there is a problem looking up the |
The |
With 0e5be73 we get |
Two other things when I did this. I'd love your thoughts:
|
Sure,
Makes sense to me. |
Thanks for the cleanups! |
References
This is built on #8913, so that should be merged first.
Code changes
This adds a development option to lab extension building scripts. The default is to build in production mode.
Also renames
static_path
option tostatic_url
.User-facing changes
Backwards-incompatible changes