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: include loaders in gh-pages commits #7559

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

rachel-fenichel
Copy link
Collaborator

The basics

The details

Resolves

Fixes an issue where playgrounds did not work on github pages because the *.loader.mjs files were not committed. They have to be committed explicitly with -f because they are gitignored in all non-gh-pages cases.

Proposed Changes

Add 'build/*.loader.mjs' to the list of EXTRAS IN git_tasks.js

Tested by manually doing the gh-pages steps with these additional files, then pushing to my gh-pages branch.

@rachel-fenichel rachel-fenichel merged commit cf5d998 into google:develop Sep 29, 2023
11 checks passed
@rachel-fenichel rachel-fenichel deleted the fix_gh_pages_really branch September 29, 2023 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants