At first, I'm sorry about my English :))
I had some problems when i try to include file .js on index.html
<script src "../src/man/js/Generator.js"> </script>
but when i press F12 for debug, i get an error like: "failed to load '../src/man/js/Generator.js' from source/src/man/js/Generator.js" this is file's structure:
so how can i deal this?

iin/src/man/js.