I'm making a schoolproject, a web page. I got a bootstrap example, which had loads of code in it, but most of it is just random unused css/jQuery. And there is loads of duplicates. It's hard to find anything to be honest.
Is there a way to remove unused css/jQuery from the web page automatically? More interested in jQuery removal.
To remove unused css code, you have multiple options:
To remove unused js code, you also have multiple options:
ADVANCED_OPTIMIZATIONS enabled)dead_code option)