You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think (2) may be easy to fix by using glob to find the files instead of just reading the directory.
On the other hand (1) is a trouble because I think OC intentionally doesn't support recursive discovery there. Likely we will have to create our own alternative implementation to ShapeTemplateBindingStrategy.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Support placing the vue files in subdirectories of Assets/Scripts/VueComponents
Support placing the vue files in subdirectories of Assets/Scripts/VueComponents (OSOE-825)
Feb 29, 2024
Right now all .vue files have to be placed directly in Assets/Scripts/VueComponents. This is because:
IShapeTemplateHarvester
doesn't support recursive discovery.I think (2) may be easy to fix by using glob to find the files instead of just reading the directory.
On the other hand (1) is a trouble because I think OC intentionally doesn't support recursive discovery there. Likely we will have to create our own alternative implementation to
ShapeTemplateBindingStrategy
.Jira issue
The text was updated successfully, but these errors were encountered: