lynaghk / cljx

Write a portable codebase targeting Clojure/ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Miss clean subtask

magomimmo opened this issue · comments

Hi Keving,
very good work! But I miss a $ lein cljx clean subtask to delete any generated clj/cljs file. Is it something you're working on?
Thanks so much

Hi @magomimmo,

The intent is that you'll be writing the generated files out to a directory under e.g. target, which is automatically deleted by lein clean in any case…

Hi @cemerick good hearing from you. Yes, I see. Thanks so much. BTW: you're my guide for any single step ahead I do with CLJ/CLJS. I would never love so much CLJ/CLJS without reading your book and your code.

Thanks, Mimmo, but I think you're outpacing me in the ClojureScript area with your tutorials! :-) Keep up the good work…