From 04e78540c28a8368e9242392b8e91f7776fd4b84 Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Sat, 22 Oct 2016 13:14:19 -0500 Subject: Fix target dir output in boot 2.6.0 --- boot.properties | 1 + build.boot | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/boot.properties b/boot.properties index 14de5ae..2c43bee 100644 --- a/boot.properties +++ b/boot.properties @@ -1,2 +1,3 @@ BOOT_CLOJURE_VERSION=1.7.0 BOOT_VERSION=2.6.0 +BOOT_EMIT_TARGET=no diff --git a/build.boot b/build.boot index 3e12bb2..f6cbad7 100644 --- a/build.boot +++ b/build.boot @@ -22,11 +22,11 @@ "Build gnunet-web for development." [] (comp - (serve :dir "target/" :port 8000) (watch) (speak) (hoplon) - (cljs :pretty-print true))) + (cljs) + (serve :port 8000))) (deftask prod "Build gnunet-web for production." @@ -34,6 +34,7 @@ (comp (hoplon) (cljs :optimizations :advanced) - (prerender))) + (prerender) + (target :dir #{"target"}))) ;; vim: set filetype=clojure : -- cgit v1.2.3-18-g5258