Crypto ICO HTML template manages all js files in theme-assets folder and it also allows users to add their own js files inside assets folder. Both theme-assets and assets folders can be found in root of the downloaded package. All vendor js can be found under /theme-assets/vendors/js/.
Js files structure for Crypto ICO assets.
crypto_ico/
├── src/
| ├── js/
| | ├── scripts/
Following is the details of js folders.
| # | Folder | Details |
|---|---|---|
| 1 | scripts | scripts folder contains all js files that are used to initialize plugins. |
Js files structure for assets.
Users can include their js files in assets/js folder to avoid any unwanted behavior.
crypto_ico/
├── assets/
| ├── js/