would be great if this could be integrated in the cljs-start template project.
Closed this issue · 5 comments
cljs-start ( https://github.com/magomimmo/cljs-start ) seems to be one of the most well maintained lein cljs template right now. It would be great if this could be integrated with the project as well. I would love to be able to use it there too.
relevant issue in cljs-start project : magomimmo/cljs-start#15
I hear the need for this but as it doesn't pertain to this project I am gonna close this issue :)
Hi there, today I had the time to take a look at your stuff: good job. As soon As I had time to integrate it in cljs-start I'll do it. Even because now there is a workaround for :none compilation option when using clojurescript.test which makes it possibile to have a very interactive TDD.
thanks for your works!
mimmo
Very cool!
Can you point me to the clojurescript.test workaround?
https://github.com/mike-thompson-day8/cljsbuild-none-test-seed https://github.com/mike-thompson-day8/cljsbuild-none-test-seed
On 13 Dec 2014, at 15:46, Bruce Hauman notifications@github.com wrote:
Very cool!
Can you point me to the clojurescript.test workaround?
—
Reply to this email directly or view it on GitHub #34 (comment).
and here the David Nolen working progress on cljs.test
https://github.com/clojure/clojurescript/blob/master/src/cljs/cljs/test.cljs https://github.com/clojure/clojurescript/blob/master/src/cljs/cljs/test.cljs
my best
mimmo
On 13 Dec 2014, at 15:47, Mimmo Cosenza mimmo.cosenza@gmail.com wrote:
https://github.com/mike-thompson-day8/cljsbuild-none-test-seed https://github.com/mike-thompson-day8/cljsbuild-none-test-seed
On 13 Dec 2014, at 15:46, Bruce Hauman <notifications@github.com mailto:notifications@github.com> wrote:
Very cool!
Can you point me to the clojurescript.test workaround?
—
Reply to this email directly or view it on GitHub #34 (comment).