Clean project.clj up

This commit is contained in:
Dan Holmsand 2014-01-07 20:04:49 +01:00
parent 53fef42768
commit b93f48ba47
1 changed files with 2 additions and 8 deletions

View File

@ -18,8 +18,7 @@
{:builds {:builds
{:client {:source-paths ["test" {:client {:source-paths ["test"
"examples/todomvc/src" "examples/todomvc/src"
"examples/simple/src"]} "examples/simple/src"]}}}}
:server {:source-paths ["test"]}}}}
:srcmap {:cljsbuild :srcmap {:cljsbuild
{:builds {:builds
{:client {:client
@ -29,12 +28,7 @@
:source-paths ["src"] :source-paths ["src"]
:cljsbuild :cljsbuild
{:builds {:builds
{:server {:source-paths ["src"] {:client {:source-paths ["src"]
:compiler
{:output-dir "target/server"
:output-to "target/cljs-server.js"
:pretty-print true}}
:client {:source-paths ["src"]
:compiler :compiler
{:output-dir "target/client" {:output-dir "target/client"
:output-to "target/cljs-client.js" :output-to "target/cljs-client.js"