Skip to content

Instantly share code, notes, and snippets.

@kballenegger
Created May 10, 2012 22:35
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 kballenegger/9e089f8b8b189bd2e801 to your computer and use it in GitHub Desktop.
Save kballenegger/9e089f8b8b189bd2e801 to your computer and use it in GitHub Desktop.
(defproject chartboost-cljs "0.0.1"
:description "clojurescript files for chartboost"
:dependencies [[org.clojure/clojure "1.3.0"]]
:plugins [[lein-cljsbuild "0.1.9"]]
:cljsbuild {
:builds [{
:source-path "cljs"
:compiler {
:output-to "../public/js/cljs.js"
:optimizations :whitespace
:pretty-print true}}]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment