This cemo of channels in a web client works great. https://github.com/cognitect/async-webinar/blob/master/project.clj
It uses plugin: [lein-cljsbuild "1.0.4-SNAPSHOT"] While trying to extend the webinar with my Cells library https://github.com/kennytilton/rube (which loads nicely from clojars in my mobile app framework Qxia (https://github.com/kennytilton/qxia)) things were not going well so, looking for differences, I noticed that Qxia's cljsbuild plugin is: [lein-cljsbuild "1.1.3"] In the spirit of eliminating differences, I tried that plugin on async-webinar and got errors: Exception in thread "main" java.io.FileNotFoundException: Could not locate >> cljs/build/api__init.class or cljs/build/api.clj on classpath: , >> compiling:(cljsbuild/compiler.clj:1:1) > > > I am not surprised because I *did* change something, but: 1. Is that about right? I do have to stick to 1.0.4-SNAPSHOT? 2. I do not see where the webinar references "api" anything. Just typical error noise? 3. How daft am I for worrying about the lein-cljsbuild version before anything else? -kt -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
