I am writting some code to override how a widget is displayed on my CTD. As part of this process I need access to several JS libraries. I have added the necessary files into project structure. Problem is that when I use the code
<script type="text/javascript" src="js/main.js"></script>
the browser is unable to find my script. Is there a special way I am suppose to access included files when using a presentaion override?
Thanks, Millisa