Documentation and disambiguation
Separate package name hierarchies for clj and cljs parts of the system, so that it's unambiguous what package (e.g. 'youyesyet.core' is.
This commit is contained in:
parent
2ce44cc0b8
commit
e77d5d0393
32 changed files with 148 additions and 64 deletions
|
|
@ -121,7 +121,7 @@
|
|||
{:app
|
||||
{:source-paths ["src/cljs" "src/cljc" "env/dev/cljs"]
|
||||
:compiler
|
||||
{:main "youyesyet.app"
|
||||
{:main "youyesyet.canvasser-app.app"
|
||||
:asset-path "/js/out"
|
||||
:output-to "target/cljsbuild/public/js/app.js"
|
||||
:output-dir "target/cljsbuild/public/js/out"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue