Folder Structure
assets/
├── css/
| |-- admin-custom.css
| |-- admin-custom.css.map
| |-- icons.css
| |-- plugins.css
| |-- plugins.css.map
| |-- style.css
| |-- style.css.map
├── fonts/
├── iconfonts/
├── images/
├── js/
├── plugins/
├── scss/
├── switcher/
`-- video/
-
Claylist - Business Directory and html5 template / : Root template folder contain all html, js, css, scss, images
and other files.
-
assets/ : Folder contain all the listing Template assets which has css, js, scss, and images.
-
css/: Folder contain assets which has complete styles.
admin-custom : Dashboard css for the template.
icons : icons.css has all template icons link are importated.
plugins : dashboard plugins css for the template.
style : Main style sheet for template.
-
fonts/ : Template fonts.
-
iconfonts/ : Template fonts.
-
images/ : Template images.
-
js/ : Folder contain all the template pages js files.
-
plugins/ : Folder contain all template plugins.
-
scss/ : Folder contain all pages scss files.
-
switcher/ : Folder contain all switcher files.
-
video/ : Template videos.
gulpfile.js : Gulp tasks js file.
package.gulp.json : Gulp package json file.