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

Reduce library package footprint for deployment? #5

Closed
winny- opened this issue Jan 16, 2022 · 1 comment · Fixed by #7
Closed

Reduce library package footprint for deployment? #5

winny- opened this issue Jan 16, 2022 · 1 comment · Fixed by #7
Assignees

Comments

@winny-
Copy link

winny- commented Jan 16, 2022

Hi, I've been looking into deploying an application and using this library, but noticed it depends on racket-doc, which appears to increase the raco pkg install time from 30 seconds to 3 minutes when working with a minimal racket installation. It also increases the installation footprint by about 500 MB.

One could use a multi-collection package to avoid pulling in documentation for certain builds. This might require splitting dotenv into something like dotenv-lib, dotenv, and dotenv-doc packages. The threading package does this, and it seems to do the trick (one simply installs threading-lib, instead of threading to get the library without documentation dependencies).

@royallthefourth
Copy link
Owner

Yikes! Not sure how I missed this. I'll split this soon.

@royallthefourth royallthefourth self-assigned this May 4, 2022
royallthefourth added a commit that referenced this issue Jun 9, 2023
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 a pull request may close this issue.

2 participants