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

Load new deps to pod #95

Closed
Deraen opened this issue Sep 3, 2015 · 1 comment
Closed

Load new deps to pod #95

Deraen opened this issue Sep 3, 2015 · 1 comment
Assignees
Milestone

Comments

@Deraen
Copy link
Contributor

Deraen commented Sep 3, 2015

Cljs task could check if dependencies have changed since last run and load new deps. This should allow adding new deps using set-env! using them from Cljs without restarting Boot.

@azizzaeny
Copy link

azizzaeny commented Apr 5, 2017

@Deraen, cool...

If project dependencies have changed, add new dependencies to Boot-cljs pods (#95)
E.g.

(boot.core/set-env! :dependencies #(conj % '[com.andrewmcveigh/cljs-time "0.4.0"]))

can be used to add cljs-time dependency and Boot-cljs will find this without restarting the whole Boot process.

can you publish the snapshots version...

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