[clojure] Fixes to support lumo 1.6.0.
authorJoel Martin <github@martintribe.org>
Thu, 27 Jul 2017 04:53:39 +0000 (23:53 -0500)
committerJoel Martin <github@martintribe.org>
Thu, 27 Jul 2017 05:04:35 +0000 (00:04 -0500)
commit62fc786e1b7c0a1a6448500b691c93baa3e6d04f
tree05e4306fde6207051f6e3d090386976b02d9937a
parente89a017227cfbfd02bee0afa2ce5bda613e492fe
[clojure] Fixes to support lumo 1.6.0.

- Pass down the CLJ_MODE value for DOCKERIZED builds in addition to
  run/tests.
- Correct deps so that node_modules is installed for CLJ_MODE=cljs for
  all steps.
- Lumo 1.6.0 is currently not able to install globally as root
  (https://github.com/anmonteiro/lumo/issues/206) so add the local
  node_modules/.bin to the PATH in the run script.
- Reader conditionals needed for clojure.reader/cljs.reader until this
  is fixed: https://github.com/anmonteiro/lumo/issues/209
.gitignore
Makefile
clojure/Dockerfile
clojure/Makefile
clojure/package.json
clojure/run
clojure/src/mal/reader.cljc