Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Add --only-dependencies #84

Closed
wolverian opened this issue Mar 2, 2016 · 3 comments
Closed

Add --only-dependencies #84

wolverian opened this issue Mar 2, 2016 · 3 comments
Labels

Comments

@wolverian
Copy link

Reason: I want to avoid the slow rebuilding of dependencies on each build on a CI service.

Motivation: I use CircleCI.com as a CI service. Each build is started with a clean disk by default.

They support caching dependencies. I can use elm package install to install dependencies and cache them, but that doesn't actually build the dependencies, so it caches just the sources.

I want to cache the built dependencies too.

@wolverian
Copy link
Author

Additional note: you can of course just build the project and then cache the dependencies, but that might lead to caching too much (i.e. I don't want to dirty the cache with builds of my own sources).

@jvoigtlaender
Copy link
Contributor

@wolverian, doesn't elm-make without parameters do exactly what you want?

@evancz
Copy link
Contributor

evancz commented May 12, 2016

Tracking from meta issue #98

@evancz evancz closed this as completed May 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants