Skip to content

Instantly share code, notes, and snippets.

@brandonbloom
Created December 11, 2012 22:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandonbloom/4262975 to your computer and use it in GitHub Desktop.
Save brandonbloom/4262975 to your computer and use it in GitHub Desktop.
(defproject testpig "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.4.0"]
[com.cemerick/piggieback "0.0.2"]
[org.clojure/tools.nrepl "0.2.0-SNAPSHOT"]]
:repositories {"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}
:repl-options {:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]})
@brandonbloom
Copy link
Author

  1. lein new testpig
  2. put this in project.clj
  3. lein repl
  4. (do (require ''cemerick.piggieback) (cemerick.piggieback/cljs-repl))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment