Skip to content

Exclude resources/ from distribution and update ACF JSON path#158

Merged
JUVOJustin merged 1 commit intomainfrom
fix/resources-distignore
Jan 27, 2026
Merged

Exclude resources/ from distribution and update ACF JSON path#158
JUVOJustin merged 1 commit intomainfrom
fix/resources-distignore

Conversation

@JUVOJustin
Copy link
Owner

Summary

  • Add resources/ to .distignore to prevent source assets from being bundled
  • Move acf-json location from resources/acf-json/ to plugin root (acf-json/)
  • Update bundeling.md documentation with new directory structure
  • Update acf-json-sync.md with correct path references

Why

The resources/ folder contains source JS/SCSS files that are compiled into build/. Previously, these source files were being included in distribution packages even though only the compiled assets are needed. This change:

  1. Excludes resources/ from distribution packages
  2. Moves acf-json/ to plugin root level (separate from source assets)
  3. Updates documentation to reflect the new structure

- Add resources/ to .distignore to prevent source assets from being bundled
- Move acf-json location from resources/acf-json/ to plugin root (acf-json/)
- Update bundeling.md documentation with new directory structure
- Update acf-json-sync.md with correct path references
@JUVOJustin JUVOJustin merged commit f675237 into main Jan 27, 2026
3 checks passed
@JUVOJustin JUVOJustin deleted the fix/resources-distignore branch January 27, 2026 19:46
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.

1 participant

Comments