Skip to content

Instantly share code, notes, and snippets.

@TomLisankie
Created December 10, 2019 21:35
Show Gist options
  • Save TomLisankie/ed0c3ab4e83c14aaf0bdf48b18594d47 to your computer and use it in GitHub Desktop.
Save TomLisankie/ed0c3ab4e83c14aaf0bdf48b18594d47 to your computer and use it in GitHub Desktop.
;; shadow-cljs configuration
{:source-paths
["src"]
:dependencies
[[prismatic/dommy "1.1.0"]]
:builds
{:app {:target :browser
:output-dir "resources/public/js/compiled"
:asset-path "js/compiled"
:modules {
:main {:entries [project-name.core]
:init-fn project-name.core/main}
}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment