I am not sure what to call this question so any revise is welcomed!!! I am trying to learn to keep a clean js library structure of third party scripts as well as my own. I have no knowledge other than the basic method of adding js files to my page other than the old way..
I found this on searching and it makes some sense to me seeing that I am not real good with javascript or jquery https://github.com/volojs/create-template
my question is I have a folder structure as follows
- index.html
- assets/js/lib/gsap/
- assets/js/lib/bootstrap/
- assets/js/lib/whateverelse
in my index.html file i have my link to jquery and to the file called app.js
but I am confused on how to get this to work how to i call the files from the directory?
Basicly I want to call multi js files from 1 file