Skip to content

Instantly share code, notes, and snippets.

Created August 7, 2012 00:08
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 anonymous/3279791 to your computer and use it in GitHub Desktop.
Save anonymous/3279791 to your computer and use it in GitHub Desktop.
:dependencies [[postgresql/postgresql "9.1-901.jdbc4"]
[noir "1.3.0-beta10"] ; will pull hiccup
[crudite "0.1.1"]
[org.clojure/java.jdbc "0.2.3"]
[cljs-uuid "0.0.3"]
[clj-time "0.4.4"]]
; clojurescript
:plugins [[lein-cljsbuild "0.2.5"]]
:cljsbuild {
:builds [{
; The path to the top-level ClojureScript source directory:
:source-path "src-cljs"
; The standard ClojureScript compiler options:
; (See the ClojureScript compiler documentation for details.)
:compiler {
:output-to "war/javascripts/main.js" ; default: main.js in current directory
:optimizations :whitespace
:pretty-print true}}]}
:main frogle.server)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment