Skip to content

Instantly share code, notes, and snippets.

@athomasoriginal
Last active April 14, 2021 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save athomasoriginal/fb6b7ef4da3298d63a5e0f4c0e62f859 to your computer and use it in GitHub Desktop.
Save athomasoriginal/fb6b7ef4da3298d63a5e0f4c0e62f859 to your computer and use it in GitHub Desktop.
Example of configuring a ClojureScript project
{:closure-defines {your.app/name-1 "some-dev-value"
your.app/name-2 "some-dev-value"}}
{:closure-defines {your.app/name-1 "some-prod-value"
your.app/name-2 "some-prod-value"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment