Skip to content

Instantly share code, notes, and snippets.

@spoon16
Created April 17, 2012 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spoon16/2403227 to your computer and use it in GitHub Desktop.
Save spoon16/2403227 to your computer and use it in GitHub Desktop.
lein clojurescript issue
$ lein repl
Deleting files generated by lein-cljsbuild.
Copying 1 file to /src/test/lib
Compiling ClojureScript.
Compiling "resources/public/js/test.js" from "src-cljs"...
Successfully compiled "resources/public/js/test.js" in 3.193873 seconds.
REPL started; server listening on localhost port 53484
user=> (require '[cljs.repl :as repl])
FileNotFoundException Could not locate cljs/repl__init.class or cljs/repl.clj on classpath: clojure.lang.RT.load (RT.java:430)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment