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

fix: Skip CDN for --debug builds #471

Merged
merged 2 commits into from
Sep 20, 2024
Merged

fix: Skip CDN for --debug builds #471

merged 2 commits into from
Sep 20, 2024

Conversation

darcywong00
Copy link
Contributor

@darcywong00 darcywong00 commented Sep 10, 2024

Fixes #470 to skip generating CDN if ./build.sh --debug

Since this is changing BOOTSTRAP_VERSION to chore/v0.10, I'm unsure if we want to merge this to master. Or have a separate branch while the Logo work is in flux...

(edit)
BOOSTRAP_VERSION v0.10 is published so updating PR to use that.

@darcywong00 darcywong00 added this to the A18S10 milestone Sep 10, 2024
Copy link
Member

@mcdurdin mcdurdin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think hold off merging until v0.10 is finished

@darcywong00
Copy link
Contributor Author

I think hold off merging until v0.10 is finished

This will wait on keymanapp/shared-sites#28

@darcywong00 darcywong00 modified the milestones: A18S10, A18S11 Sep 14, 2024
cd ..
else
echo "Skip Generating CDN"
fi
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The keymanapp/help.keyman.com#1563 version also includes this

Suggested change
fi
rm -rf ../cdn/deploy
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: build.sh --debug should not build the CDN
2 participants