Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. (require 'cljs.closure)
  2.  
  3. (cljs.closure/build "src"
  4. {:optimizations :advanced
  5. :modules
  6. {:app {:output-to "out/app.js"
  7. :entries '#{hello-world.core}}}})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement