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:
Nick Alexander 2016-09-21 13:47:20 -07:00
parent 1a30306314
commit 2e9a0f089c

View file

@ -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