[ClojureScript] Re: Good repl dev workflow for developing a library?

2014-11-30 Thread Dylan Butman
checkouts is definitely the way to do. symlink the directory of your library to application/checkouts/library you can then cljsbuild auto the library and changes will be automatically picked up by the application I don't have a minimal test case in front of me, so I'm not sure if cljsbuild a

[ClojureScript] Re: Good repl dev workflow for developing a library?

2014-11-24 Thread Tom Connors
On Monday, November 24, 2014 6:51:33 PM UTC-5, Dustin Getz wrote: > I have a Reagent library, which does not include a hosting application, and > provides an example host application as a separate project. So two projects - > lib and example. > > My current workflow for development is horrible: