From ef5dcaf66b4ff46a05370868e6d70518cda1771b Mon Sep 17 00:00:00 2001 From: Martin Klepsch Date: Tue, 20 Mar 2018 14:06:25 +0100 Subject: [PATCH] dont clean java source paths --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c4b6de5..16209a7 100644 --- a/project.clj +++ b/project.clj @@ -77,7 +77,7 @@ :uberjar-exclusions [#"public/README.md" #"public/cards.html"] :clean-targets ^{:protect false} - [:target-path :java-source-paths [:cljsbuild :builds :app :compiler :output-dir] [:cljsbuild :builds :app :compiler :output-to]] + [:target-path [:cljsbuild :builds :app :compiler :output-dir] [:cljsbuild :builds :app :compiler :output-to]] :figwheel {:http-server-root "public" :nrepl-port 7002