degree9 / meta

A stack. A framework. A conversation.
MIT License
132 stars 14 forks source link

cljs repl support #26

Closed thedavidmeister closed 6 years ago

thedavidmeister commented 6 years ago

at least development boot tasks should support a cljs repl

burn2delete commented 6 years ago

Agreed! There should be a repl task for the server available. Not sure if this is something the wider cljs community has accomplished already or not.

thedavidmeister commented 6 years ago

well even if the code was run in a browser that would still help a lot for testing out simple standalone fns quickly

there's https://github.com/adzerk-oss/boot-cljs-repl but i think you have to plug it into the develop task

burn2delete commented 6 years ago

This is now included! Great work @thedavidmeister !