Skip to content

Instantly share code, notes, and snippets.

@robinchew
Last active December 19, 2015 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinchew/d7e891b7c49965accbfe to your computer and use it in GitHub Desktop.
Save robinchew/d7e891b7c49965accbfe to your computer and use it in GitHub Desktop.
(set-env! :target-path "static"
:source-paths #{"src"}
:dependencies '[[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "1.7.170" :scope "provided"]
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
[com.cemerick/piggieback "0.2.1" :scope "test"]
[weasel "0.7.0" :scope "test"]
[cljs-ajax "0.3.14"]
[datascript "0.13.3"]
[funcool/cuerdas "0.6.0"]
[reagent "0.5.1"]
[adzerk/boot-cljs "1.7.170-3" :scope "test"]
[adzerk/boot-cljs-repl "0.3.0"]
[adzerk/boot-reload "0.4.2" :scope "test"]
[pandeiro/boot-http "0.7.1-SNAPSHOT"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment