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 weird bug in AssetSizeAppBlock{CSS,JavaScript} #314

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

charlespwd
Copy link
Contributor

@charlespwd charlespwd commented Mar 1, 2024

We were getting "Can't find file size" for assets/app.js errors being
logged. That was because the function wasn't being called with an
absolute path but with a relative path.

For fuck's sake. I refactored our root finding algo for a long time
thinking it was the cause. It wasn't.

It was this fucking dumb implementation bug.

Fixes Shopify/cli#3344

Before you deploy

  • I included a patch bump changeset

@charlespwd charlespwd force-pushed the fix/app-block-size-check-ffs branch from 6e44de0 to f72f5c7 Compare March 1, 2024 13:56
We were getting "Can't find file size" for assets/app.js errors being
logged. That was because the function wasn't being called with an
absolute path but with a relative path.

For fuck's sake. I refactored our root finding algo for a long time
thinking it was the cause. It wasn't.

It was this fucking dumb implementation bug.

Fixes Shopify/cli#3497
@charlespwd charlespwd force-pushed the fix/app-block-size-check-ffs branch from f72f5c7 to cace5eb Compare March 1, 2024 13:59
@charlespwd charlespwd merged commit 8710bde into main Mar 1, 2024
6 checks passed
@charlespwd
Copy link
Contributor Author

Fixes Shopify/cli#3344

@charlespwd charlespwd deleted the fix/app-block-size-check-ffs branch October 2, 2024 13:03
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.

[Bug]: The theme app extension can no longer find assets.
1 participant