Convex-Dev / convex.cljc

Any aspect of the Convex stack, from Clojure
Apache License 2.0
53 stars 7 forks source link

Smarter dependency management #1

Closed helins closed 3 years ago

helins commented 3 years ago

Currently, on any dependency declaration change ((sreq/dep ...)), all dependencies are reloaded. Smarter management would diff changes and reload only what is necessary:

helins commented 3 years ago

Irrelevant since file watching has been removed.