From a8211e1be7411e5e855d3231ad2227f5e926c087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20de=20Jager?= Date: Mon, 13 May 2019 13:46:08 +1000 Subject: [PATCH] Disable AOT --- project.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/project.clj b/project.clj index 1d25e83..ca62f21 100644 --- a/project.clj +++ b/project.clj @@ -10,7 +10,6 @@ [org.clojure/core.async "0.2.395"]] :aliases {"at" ["test-refresh"] "ats" ["doo" "phantom"]} - :aot :all :cljsbuild {:builds {:test {:source-paths ["src" "test"] :compiler {:output-to "target/test.js" :main 'full.test-runner