Include src/node in global source-paths. r=me
When consuming Datomish from another leiningen project, the .cljs files need to be included as well.
This commit is contained in:
parent
1a30306314
commit
2e9a0f089c
1 changed files with 24 additions and 22 deletions
|
@ -11,7 +11,9 @@
|
|||
[com.taoensso/tufte "1.0.2"]
|
||||
[jamesmacaulay/cljs-promises "0.1.0"]]
|
||||
|
||||
:source-paths ["src/common"]
|
||||
;; The browser will never require from the .JAR anyway.
|
||||
:source-paths ["src/common" "src/node"]
|
||||
|
||||
:cljsbuild {:builds
|
||||
{
|
||||
:release-node
|
||||
|
|
Loading…
Reference in a new issue