mirror of https://github.com/status-im/reagent.git
Clean project.clj up
This commit is contained in:
parent
53fef42768
commit
b93f48ba47
10
project.clj
10
project.clj
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue