Forum Discussion
Parshant
5 years agoBoss
igor_nadiein, You cannot place any JS file under "\res" folder
Only way to do this you can include your index.js file in "\web\html\assets" folder.
and then you can use it with the path of your your script file in component like below
<script src="/html/assets/index.js"></script>
Related Content
- 2 years ago
- 9 years ago
- 5 years ago