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(appengine): Restore build products to previous location #6687

Merged
merged 1 commit into from
Dec 7, 2022

Conversation

cpcallen
Copy link
Contributor

@cpcallen cpcallen commented Dec 7, 2022

The basics

  • I branched from developmaster
  • My pull request is against developmaster
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Resolves

Temporary fix for #6609, fixing 404 errors on devsite that break the homepage demo (for languages other than English, which has already been successfully fixed by making changes to devsite).

Proposed Changes

Modify the prepareDemos script to copy the messages and compressed files to their previous locations in the deploy directory

Behaviour Before Change

Build products are copied to _deploy/static/build/msg/ and _deploy/static/dist/, matching their usual locations in the Blockly repo.

Behaviour After Change

Build products are additionally copied to _deploy/static/msg/js/ and _deploy/static/, matching their locations in the Blockly repo prior to PR #6475.

Reason for Changes

The demo on the Blockly Developers website homepage was broken by #6475 and we have only been able to fix by updating devsite for English so far; it remains broken in other languages due delays in updating the other languages.

Additional Information

This change should be reverted once devsite is fully updated.

Modify the prepareDemos script to copy the messages and compressed
files to their previous locations in the deploy directory, to
fix 404 errors on devsite that we can't immediately fix by pushing
devsite.
@cpcallen cpcallen requested a review from a team as a code owner December 7, 2022 18:59
@github-actions github-actions bot added the PR: fix Fixes a bug label Dec 7, 2022
@cpcallen
Copy link
Contributor Author

cpcallen commented Dec 7, 2022

Holding off merging this until deployed successfully.

@cpcallen cpcallen merged commit 983a8be into google:develop Dec 7, 2022
@cpcallen cpcallen deleted the appengine-fix branch December 7, 2022 19:43
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.

None yet

2 participants