From b93f48ba472a2dd561e5f2c05ab4aece941e8755 Mon Sep 17 00:00:00 2001 From: Dan Holmsand Date: Tue, 7 Jan 2014 20:04:49 +0100 Subject: [PATCH] Clean project.clj up --- project.clj | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/project.clj b/project.clj index df86a67..05b4339 100644 --- a/project.clj +++ b/project.clj @@ -18,8 +18,7 @@ {:builds {:client {:source-paths ["test" "examples/todomvc/src" - "examples/simple/src"]} - :server {:source-paths ["test"]}}}} + "examples/simple/src"]}}}} :srcmap {:cljsbuild {:builds {:client @@ -29,12 +28,7 @@ :source-paths ["src"] :cljsbuild {:builds - {:server {:source-paths ["src"] - :compiler - {:output-dir "target/server" - :output-to "target/cljs-server.js" - :pretty-print true}} - :client {:source-paths ["src"] + {:client {:source-paths ["src"] :compiler {:output-dir "target/client" :output-to "target/cljs-client.js"