On Thursday, February 12, 2015 at 6:29:10 AM UTC+11, Elric Erkose wrote:
>
> I started looking at coljurescript testing yesterday and find it 
> disappointing that every example I find focuses on pantomjs. I'm looking 
> for a solution that doesn't require external software. By external 
> software, I mean anything that is not "jared" up and accessible through 
> lein. I haven't played with the clojurescript repl. Is there a testing 
> solution that relies on the repl envioment?
>


Sounds like you might be looking for figwheel  -  
https://github.com/bhauman/lein-figwheel   It provides a repl, 
auto-reloading etc. 

Here's a template project for the combination of figwheel and reagent:  
https://github.com/gadfly361/reagent-figwheel

On a different track, here's a way to use:"optimizations :none"  
https://github.com/mike-thompson-day8/cljsbuild-none-test-seed 

--
Mike


-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to