Folder Structure
assets/
├── css/
| |-- plugins.css
| |-- plugins.css.map
| |-- style.css
| |-- style.css.map
├── img/
├── js/
├── plugins/
├── scss/
`-- web-fonts/
-
Dashplex - Bootstrap Admin Panel Template / : Root template folder contain all html, js, css, scss, images
and other files.
-
assets/ : Folder contain all the Admin Template assets which has css, js, scss, and images.
-
css/: Folder contain assets which has complete styles.
icon-list : icon-list.css has all template icons link are importated.
style : Main style sheet for template.
plugins : plugins style sheet for plugin css.
-
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.
gulpfile.js : Gulp tasks js file.
package.gulp.json : Gulp package json file.