Skip to content

Instantly share code, notes, and snippets.

@keisukefukuda
Created November 14, 2014 20:48
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 keisukefukuda/3fc990b9a41a3844f422 to your computer and use it in GitHub Desktop.
Save keisukefukuda/3fc990b9a41a3844f422 to your computer and use it in GitHub Desktop.
How to use ^:skip-aot to avoid problems when using clojure.tools.namespace.repl/refresh
(defproject myproj "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"}
:main ^:skip-aot myproj.core
:dependencies [[org.clojure/clojure "1.6.0"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment