Skip to content

Conversation

@dswitzer
Copy link
Contributor

Added new resourcesCFCPath setting which allows you to configure the "resources" components path in cases where the "resource" folder may conflict with existing directory structures. The default behavior is unchanged (for backwards compatibility), you would only need to set this when the /resources folder conflicts with your existing application or you just want to use your own directory structure.

For example, instead of using the resources convention you could place your resources in a completely different directory using:

variables.framework.resourcesCFCPath = "private.api.components"

This would expect all your Taffy "resources" would live in the physical folder of expandPath('/private/api/components') and that your components can be creating using the dotted path prefix of private.api.components.

Added new resourcesCFCPath setting which allows you to configure the "resources" components path in cases where the "resource" folder may conflict with existing directory structures.
@netlify
Copy link

netlify bot commented Aug 29, 2025

Deploy Preview for taffy-docs ready!

Name Link
🔨 Latest commit ded9050
🔍 Latest deploy log https://app.netlify.com/projects/taffy-docs/deploys/68b1c8a8bfa44b00085ab869
😎 Deploy Preview https://deploy-preview-452--taffy-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request does not contain a valid label. Please add one of the following labels: ['Semver-Major', 'Semver-Minor', 'Semver-Patch']

@atuttle atuttle added the Semver-Minor This change will necessitate a minor version bump label Aug 29, 2025
@atuttle atuttle merged commit ae5bc12 into atuttle:main Aug 29, 2025
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Semver-Minor This change will necessitate a minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants