Closed jdeisenberg closed 9 years ago
Note: I'm using lein cljsbuild auto
as per the README.md. This may not be an issue any more given https://github.com/clojure/clojurescript/wiki/Reporting-Issues
@jdeisenberg yes the intention is to remove cljsbuild from mies entirely.
@swannodette I hate to bump an old issue and refer to an old post, but I was trying to follow your 'clojurescript 101' article and received the same error above on lein cljsbuild auto async-tut1
. What would be the correct way to run this tutorial now? Apologies if this isn't the ideal venue for this question.
@alancwoo I think you are looking for ./scripts/watch
. This will trigger the Clojure code under scripts/watch.clj
that starts the compiler in auto watch mode.
For context, read the Quick Start.
@bensu Thanks for the info, unfortunately now I'm getting Exception in thread "main" java.io.FileNotFoundException: Could not locate cljs/build/api__init.class or cljs/build/api.clj on classpath:
I did a local install by cloning the repository and then doing
lein install
followed by this: