Last active
April 14, 2021 16:48
-
-
Save athomasoriginal/fb6b7ef4da3298d63a5e0f4c0e62f859 to your computer and use it in GitHub Desktop.
Example of configuring a ClojureScript project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{:closure-defines {your.app/name-1 "some-dev-value" | |
your.app/name-2 "some-dev-value"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{: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