-
Notifications
You must be signed in to change notification settings - Fork 391
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
MANIFEST: Graft labextension and exclude node_modules #741
MANIFEST: Graft labextension and exclude node_modules #741
Conversation
Thank you again @martinRenou ! I am so sorry to bother you with this... Just one thing, I am not sure the exclusion works, at least when I build locally I get again a very large I'd prefer not to take you more time on this - in the next days I'll try to understand how the |
No worries really :)
I also had this issue. And looking at the logs, I understood that there was cached information under the So if you remove this |
Hi @martinRenou , I've been trying to add a few tests on the CI in this branch: https://github.com/mwouts/jupytext/tree/martinRenou-manifest_graft_labext_exlude_node_modules I think that the first test does detect node modules in the package. Maybe we should do what you suggested above, i.e. remove the Also I'd be interested in having your input for testing presence of the extensions when Jupytext is installed, do you know which folder I could test? Thanks Martin! 👋 |
Indeed. I must have forgotten
This will not work. My PR is wrong. I'll do it differently. |
We do this kind of thing on some packages. For example in ipycanvas: https://github.com/conda-forge/ipycanvas-feedstock/blob/master/recipe/meta.yaml#L33-L38 |
This PR also commits yarn.lock which should be commited
5231f22
to
476a80a
Compare
@mwouts I've updated the PR. It is less elegant, but it seems that MANIFEST didn't like contradictory information. |
Thank you @martinRenou for the update! I'll give it a try very soon, tonight if I can. |
This PR also commits yarn.lock which should be commited