Skip to content

Instantly share code, notes, and snippets.

@thheller
Last active December 18, 2015 11:29
Show Gist options
  • Save thheller/5776348 to your computer and use it in GitHub Desktop.
Save thheller/5776348 to your computer and use it in GitHub Desktop.
{:optimizations :advanced
:output-dir "target/cljs"
:module-dir "public/assets/js"
:modules [{:id :sub1 :include ["myapp.sub1"]}
{:id :admin :include ["myapp.admin"]}
{:id :sub2 :include ["myapp.sub2"
"myapp.something-else"]}
{:id :sub3 :include ["myapp.sub3"]}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment