Skip to content

Fix block style versioning#47

Merged
kaitlinbolling merged 1 commit intodevelopfrom
fix/block-style-versioning
Nov 4, 2025
Merged

Fix block style versioning#47
kaitlinbolling merged 1 commit intodevelopfrom
fix/block-style-versioning

Conversation

@kaitlinbolling
Copy link
Contributor

Updates the build system to create directories for each block style. This is better aligned with the handling of other entries and allows our asset version helpers to remain the same.

Before:

  • build/block-styles/core/image.scss
  • build/block-styles/core/image.asset.php

After:

  • build/block-styles/core/image/index.scss
  • build/block-styles/core/image/index.asset.php

Fixes #46

@kaitlinbolling kaitlinbolling merged commit 2c90adf into develop Nov 4, 2025
4 checks passed
@kaitlinbolling kaitlinbolling deleted the fix/block-style-versioning branch November 4, 2025 20:51
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.

Fix block style asset versioning

2 participants