-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Vue components are not included on first build (OSOE-892) #145
Comments
You included a solution here: #144 Isn't that suitable long-term? |
Sounds like a build order problem? |
No, that only moves the script files, but it does not solve the issue with vue components. The vue component are in the Assets/Scripts/VueComponents folder, and they require a special compilation process.
Yes |
And/or the same thing that we solved in Node.js Extensions somehow (check targets and props files), since static files built be NE weren't included in the assembly either. |
Building a clean repo will result in missing vue components in the Lombiq.VueJs.dll and also it will do the same in projects that are using this module.
Repo steps:
I used ILSpy to check dll resources.
The vue components should be compiled to the wwwroot folder before the assembly and the Lobiq.VueJs.dll is created.
Jira issue
The text was updated successfully, but these errors were encountered: