Hi Laurent,

I've been using CCW and cljsbuild for three months and it is working well 
for me but I suspect that my workflow can improve.

I run cljsbuild auto (incremental mode) and edit cljs files in CCW, then 
refresh the browser (approx 6sec compile time)

I suspect that I could improve my workflow in the following ways:

   1. TDD: cljs support for TDD is bad so I use crossovers and abstract all 
   the language specific features behind a protocol so I can use midje in 
   jvm/clj for my UI controllers
   2. I plan to abstract my views behind a protocol as well to keep them 
   really simple i.e. MVP
   3. piggieback and CCW : I've struggled to make this work and it sounds 
   like the holy grail. It would really help if someone would write a step by 
   step description of making this work. cemerick mentioned somewhere that 
   it's easiest to start a (browser connected) repl from lein and then attach 
   from CCW. I have not been able to work out how to do this. I'll buy beers 
   all night for anyone that helps me make this work.

That's my 10c. I'm happy to provide more info if it helps.

Steve

-- 
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

Reply via email to