From 504daf136cfff1cc8b896f870f00e36f75cd4a08 Mon Sep 17 00:00:00 2001 From: Joel Holdbrooks Date: Tue, 20 Aug 2013 00:50:44 -0700 Subject: [PATCH] Change browser target --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e82e39a..257fffc 100644 --- a/project.clj +++ b/project.clj @@ -19,7 +19,7 @@ :rules :cljs}]} :cljsbuild {:builds [{:id "browser" :source-paths ["target/classes"] - :compiler {:output-to "resources/frak.min.js" + :compiler {:output-to "target/js/frak.min.js" :optimizations :advanced :pretty-print false}} {:id "node" -- 2.25.1