-
Notifications
You must be signed in to change notification settings - Fork 50
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
Upgrade to gridstack 2.0 #56
Conversation
@@ -52,7 +52,6 @@ def get_data_files(): | |||
'voila-gridstack/static/voila-gridstack.js', | |||
'voila-gridstack/static/voila-gridstack.css', | |||
'voila-gridstack/static/gridstack.js', | |||
'voila-gridstack/static/gridstack.jqueryUI_require.js' |
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.
🎉
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.
@jtpio should we keep the listing of gridstack.js above?
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.
Looks like it's still needed for the classic notebook extension:
'nbextensions/voila-gridstack/gridstack', |
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.
But you delete the gridstack.js file from the repository?
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.
It's not deleted but updated with the new (minified) version.
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.
Sorry, I am confused. I see the file deleted in the PR.
We can tackle #26 in a separate PR. |
Fixes #48.
TODO