Advertisement
Guest User

Untitled

a guest
Apr 26th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. :cljsbuild {
  2. :builds [{
  3. ; The path to the top-level ClojureScript source directory:
  4. :source-path "src/cljs"
  5. ; The standard ClojureScript compiler options:
  6. ; (See the ClojureScript compiler documentation for details.)
  7. :compiler {
  8. :output-to "resources/public/cljs/bootstrap.js" ; default: main.js in current directory
  9. ;;:output-to nil
  10. :output-dir "resources/public/cljs"
  11. :optimizations :simple
  12.  
  13. }}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement