Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task/support bs const in bsconfig #887

Merged
merged 5 commits into from
Sep 6, 2023

Conversation

chrisdp
Copy link
Contributor

@chrisdp chrisdp commented Sep 6, 2023

Adds support for specifying bs_const values in the bsconfig.json. Like this:

{
     bs_const: {
        DEBUG: true
    }
}

These don't currently update the output manifest file (because we just copy the manifest file from src), but they do impact the conditional compile items.

@chrisdp chrisdp added the enhancement New feature or request label Sep 6, 2023
bsconfig.schema.json Outdated Show resolved Hide resolved
src/BsConfig.ts Outdated Show resolved Hide resolved
Co-authored-by: Christopher Dwyer-Perkins <[email protected]>
@TwitchBronBron TwitchBronBron merged commit 1b801dc into master Sep 6, 2023
5 checks passed
@TwitchBronBron TwitchBronBron deleted the task/support-bs-const-in-bsconfig branch September 6, 2023 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants