Skip to content

Instantly share code, notes, and snippets.

@swannodette
Created March 11, 2015 15:41
Show Gist options
  • Save swannodette/64a6da7a9a26e806b34d to your computer and use it in GitHub Desktop.
Save swannodette/64a6da7a9a26e806b34d to your computer and use it in GitHub Desktop.
(require 'cljs.closure)
(cljs.closure/build "src"
{:optimizations :advanced
:modules
{:app {:output-to "out/app.js"
:entries '#{hello-world.core}}}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment