thheller / shadow-cljs

ClojureScript compilation made easy
https://github.com/thheller/shadow-cljs
Eclipse Public License 1.0
2.27k stars 180 forks source link

Use git for clojurescript dependencies #420

Closed poernahi closed 5 years ago

poernahi commented 5 years ago

NPM already supports git coordinate for dependencies. But from what I can figure out, using git for clojurescript deps is not yet supported.

The proposal is to support it with the same format as clojure. The tools.gitlibs library can be leveraged.

thheller commented 5 years ago

For now you have to use deps.edn directly for this.

https://shadow-cljs.github.io/docs/UsersGuide.html#deps-edn

poernahi commented 5 years ago

Would that be the preferred way of managing deps in the future?

thheller commented 5 years ago

That is entirely up to you. It will probably not become the default anytime soon.

poernahi commented 5 years ago

Closing for now