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

WIP: Dev vendor files #2844

Closed
wants to merge 21 commits into from
Closed

Conversation

matmair
Copy link
Member

@matmair matmair commented Apr 19, 2022

Example how files could be vendored in

@matmair
Copy link
Member Author

matmair commented Apr 19, 2022

@SchrodingersGat the idea would be to use webpack to collect all the modules in the CI and package them together and remove the vendored files from the repo enitrely.

@SchrodingersGat
Copy link
Member

@matmair my understanding is that it would be similar to how the python packages are installed from requirements.txt - is this roughly accurate?

@matmair
Copy link
Member Author

matmair commented Apr 19, 2022

@SchrodingersGat yes. We would just un npm install to gather all the libraries and then package them together into a bundle (single file) for easy redistribution. That gets placed into static and is shipped with the code.

@matmair
Copy link
Member Author

matmair commented May 4, 2022

Closing this now - We should tackle this when we do #2789

@matmair matmair closed this May 4, 2022
@matmair matmair deleted the dev_vendor-files branch May 4, 2022 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants