On Tuesday, December 23, 2014 10:30:43 AM UTC+1, stephanos wrote:
> Thanks you two, I'll give lein-pdo a shot. I saw the project but was 
> sceptical since the last commit was over 2 years ago.
> 
> Stephan
> 
> 
> On Monday, December 22, 2014 11:22:57 PM UTC+1, stephanos wrote:
> > Hey there,
> > 
> > I'm just setting up my project and need to run two commands in two 
> > terminals to develop now:
> > 
> >   lein figwheel dev
> >   lein cljsbuild auto test
> > 
> > I found a few plugins that promise to run two tasks simultaneously. But 
> > they all seem outdated and unmaintained.
> > 
> > Can you recommend a good one? Or how are you solving this problem?
> > 
> > Regards
> > Stephan

I added lein-pdo to my project and it basically works fine. One issue though is 
that it compiles the source code twice now. Once for the browser (figwheel dev) 
and once for testing (cljsbuild auto test).

How can I run the second task *only* when the first one succeeds before?

Stephan

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to