Separate Bootstrap css an site css
ProjectLinde37 opened this issue · 1 comments
ProjectLinde37 commented
Is it possible to separate the bootstrap css from the vendors/styles/style.css?
It should be easier to upgrade bootstrap
dropways commented
yes you can separate the bootstrap style. just follow the step
- Remove bootstrap css and js file inside gulpfile.js
- after remove css and js you need to run gulp watch command
- attach css in include/head.php file
- attach js in include/script.php file
Thank you