Skip to content

Instantly share code, notes, and snippets.

  1. Create an app following the official Shadow-CLJS Quick Start instructions.
  2. Modify shadow-cljs.edn
;; shadow-cljs configuration
{:source-paths
 ["src/dev"
  "src/main"
  "src/test"]

 ;; ADD - CIDER middleware for nREPL (required by fireplace.vim)
@mrsipan
mrsipan / java.env
Created October 19, 2011 18:53 — forked from dln/java.env
Zookeeper RPM spec for CentOS 5.x, including python bindings, works with mock
ZOO_LOG4J_PROP="INFO,ROLLINGFILE"
ZOO_LOG_DIR="/var/log/zookeeper/"