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

fetch dependencies build-time #8

Open
sechmann opened this issue Dec 3, 2015 · 3 comments
Open

fetch dependencies build-time #8

sechmann opened this issue Dec 3, 2015 · 3 comments

Comments

@sechmann
Copy link
Member

sechmann commented Dec 3, 2015

Right now first time server starts with "lein ring server-headless" it pulls down a lot of dependencies, any way to do this at build-time instead of runtime?

@Molyna
Copy link
Member

Molyna commented Dec 3, 2015

Can run

lein deps

during compile and it will fetch all dependencies. Need to have this in our build file.

@sechmann
Copy link
Member Author

sechmann commented Dec 3, 2015

Nice. Will fix ;)

@sechmann
Copy link
Member Author

sechmann commented Dec 3, 2015

Does not fetch all deps, about 50% are still fetched runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants