Innovator\Client\scripts folder.
In your example, we would need to use a path like ..\Solutions\Infyline\jquery.js. The ..\ moves the context up to the parent folder which in this case would be the \Client\ folder. We then specify the rest of the path from the Client folder.
Your final script tag would look something like <script type="text/javascript" src="..\Solutions\Infyline\jquery.js"></script>. I hope this clears up some confusion.
Chris
Innovator\Client\scripts folder.
In your example, we would need to use a path like ..\Solutions\Infyline\jquery.js. The ..\ moves the context up to the parent folder which in this case would be the \Client\ folder. We then specify the rest of the path from the Client folder.
Your final script tag would look something like <script type="text/javascript" src="..\Solutions\Infyline\jquery.js"></script>. I hope this clears up some confusion.
Chris
Copyright © 2025 Aras. All rights reserved.