Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (defproject foojs "0.1.0-SNAPSHOT"
- :dependencies [[org.clojure/clojure "1.4.0"]
- [ibdknox/clojurescript "0.0-1442-ibdknox"]
- [noir "1.3.0-beta10"]]
- :plugins [[lein-cljsbuild "0.2.5"]]
- :cljsbuild {
- :builds [{
- :source-path "public/templ/cljs"
- :compiler {
- :output-to "public/javascript/main.js"
- :output-dir "public/javascript/"
- :optimizations :whitespace
- :pretty-print true}}]}
- )
Advertisement
Add Comment
Please, Sign In to add comment