Java Script Used
Js files are located in the folder js/. They are:-
jquery.min.js
tether.min.js
bootstrap.min.js
screenfull.min.js
sparkline.min.js
The above files are further combined into a single file called app.js and it can be found in destination directory(js/) which is done with the help of gulp.
app.js is placed in all pages. And also every page has its own js file which can be found in src/pages/js/.
Last updated
Was this helpful?