Skip to content

Instantly share code, notes, and snippets.

@lispnik
Created June 25, 2012 02: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 lispnik/2986062 to your computer and use it in GitHub Desktop.
Save lispnik/2986062 to your computer and use it in GitHub Desktop.
(defproject mytest "1.0.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.4.0"]
;; [org.clojure/google-closure-library "0.0-1376"]
;; [org.clojure/google-closure-library-third-party "0.0-1376"]
]
:plugins [[lein-cljsbuild "0.2.1"]]
:cljsbuild {:builds [{:source-path "src-cljs"
:compiler {:output-to "extension/mytest.js"
:optimizations :advanced}}]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment