From a8ff02c3482c3d5c7489f632e4f16c5f1f5c818c Mon Sep 17 00:00:00 2001 From: anatoly Date: Tue, 8 Dec 2015 22:12:53 -0500 Subject: [PATCH] test -> dev/cljs for cljs :advanced --- circle.yml | 1 + project.clj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 4a5ac96..b6de089 100644 --- a/circle.yml +++ b/circle.yml @@ -6,3 +6,4 @@ test: override: - lein do clean, test - lein do clean, doo phantom test once + - lein do clean, cljsbuild once prod diff --git a/project.clj b/project.clj index 5874693..05dac38 100644 --- a/project.clj +++ b/project.clj @@ -50,7 +50,7 @@ :source-map true :source-map-timestamp true}} :prod - {:source-paths ["src" "test"] + {:source-paths ["src" "dev/cljs"] :compiler {:output-to "dev/resources/public/js/compiled/mount.js" :optimizations :advanced :pretty-print false}}}}}