emezeske / lein-cljsbuild

Leiningen plugin to make ClojureScript development easy.
Other
1.1k stars 151 forks source link

Add `lein cljsbuild deps` task to install cljsbuild deps to local Maven repo #479

Closed lukateras closed 5 years ago

lukateras commented 7 years ago

See:

https://github.com/technomancy/leiningen/issues/2055#issuecomment-332295586 https://github.com/technomancy/leiningen/issues/2055#issuecomment-332297983

This means there is no way to prepare an environment for an offline build without building project at least once. Please add deps task, or specify dependencies so that there is no such problem.