Re: [ClojureScript] A question for TDD practitioners

2014-01-29 Thread Mimmo Cosenza
Thanks Sean. Ok. I'll update the various lein templates in accordance with this choice. Unfortunately we still have to wait for cljsbuild to be extended to support the auto mode for test subtaks. I tested the feedback-loop with fsrun plug-in to automate the cljsbuild test subtask…….too

Re: [ClojureScript] A question for TDD practitioners

2014-01-29 Thread Jamie Orchard-Hays
Wow. Props for the Modern Times reference! On Jan 29, 2014, at 4:50 PM, Mimmo Cosenza mimmo.cose...@gmail.com wrote: Thanks Sean. Ok. I'll update the various lein templates in accordance with this choice. Unfortunately we still have to wait for cljsbuild to be extended to support the

Re: [ClojureScript] A question for TDD practitioners

2014-01-29 Thread Mimmo Cosenza
terminal 1: lein repl this is the repl for the clj code terminal 2: lein repl, (run), (browser-repl) this is the repl for the cljs code terminal 3: lein test-refresh this is clj test code in auto mode terminal 4: lein cljsbuild auto this is for recompiling the cljs source and source code terminal