dropways / deskapp

DeskApp Admin is a free to use Bootstrap 4 admin template.

Home Page:https://dropways.github.io/deskapp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate Bootstrap css an site css

ProjectLinde37 opened this issue · comments

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

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