Skip to content

Instantly share code, notes, and snippets.

@jobez
Created October 23, 2014 02:17
Show Gist options
  • Select an option

  • Save jobez/063b00066738de03c32b to your computer and use it in GitHub Desktop.

Select an option

Save jobez/063b00066738de03c32b to your computer and use it in GitHub Desktop.
(defproject saphograph "0.1.0"
:description "mentat network"
:url ""
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/clojurescript "0.0-2197"]]
:node-dependencies []
:plugins [[lein-npm "0.4.0"]
[lein-cljsbuild "1.0.3"]]
:hooks [leiningen.cljsbuild]
:cljsbuild {
:builds [{
:source-paths ["src"]
:compiler {
:output-dir "resources"
:output-to "resources/main.js"
:source-map "resources/main.js.map"
:pretty-print true}}]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment