dropways / deskapp

DeskApp Admin is a free to use Bootstrap 4 admin template.
https://dropways.github.io/deskapp/
MIT License
867 stars 336 forks source link

Separate Bootstrap css an site css #18

Closed ProjectLinde37 closed 4 years ago

ProjectLinde37 commented 4 years ago

Is it possible to separate the bootstrap css from the vendors/styles/style.css? It should be easier to upgrade bootstrap

dropways commented 4 years ago

Hi @ProjectLinde37

yes you can separate the bootstrap style. just follow the step

1) Remove bootstrap css and js file inside gulpfile.js 2) after remove css and js you need to run gulp watch command 3) attach css in include/head.php file 4) attach js in include/script.php file

Thank you