You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using customized bootstrap while using gulp-purgecss plugin to purge excess css
However it seems like it doesn't look into the javascript files, for example in my html the class .show is not included, it's actually from Bootstrap's javascript file, so purgecss in my case isn't watching for .js files
If someone could look into my gulpfile setting to verify I'd_be appreciated
My gulpfile.js:
Purgecss not purging bootstrap .js
I'm using customized bootstrap while using gulp-purgecss plugin to purge excess css
However it seems like it doesn't look into the javascript files, for example in my html the class
.show
is not included, it's actually from Bootstrap's javascript file, so purgecss in my case isn't watching for .js filesIf someone could look into my gulpfile setting to verify I'd_be appreciated
My gulpfile.js:
The text was updated successfully, but these errors were encountered: