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

Support placing the vue files in subdirectories of Assets/Scripts/VueComponents (OSOE-825) #124

Open
sarahelsaig opened this issue Feb 29, 2024 · 0 comments

Comments

@sarahelsaig
Copy link
Member

sarahelsaig commented Feb 29, 2024

Right now all .vue files have to be placed directly in Assets/Scripts/VueComponents. This is because:

  1. Orchard Core IShapeTemplateHarvester doesn't support recursive discovery.
  2. The script compiler only looks for vue files directly in that directory.

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

@github-actions github-actions bot 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
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

No branches or pull requests

1 participant