An open API service indexing awesome lists of open source software.

https://github.com/jokroese/strip-unused-css

Download CSS files with all unused code removed.
https://github.com/jokroese/strip-unused-css

css downloader minification minify speed webscraping website website-development

Last synced: 3 months ago
JSON representation

Download CSS files with all unused code removed.

Awesome Lists containing this project

README

          

# Strip Unused CSS

Identifies all unused CSS in a website and downloads the reduced CSS files with only used CSS code in.

## Quickstart

1. Clone or download this repository
1. At `./strip-unused-css` run `npm i puppeteer --save`
1. Run `node csscoverage.js https://jokroese.com`

## Reference

From the answer given [here](https://stackoverflow.com/questions/45106841/chrome-devtools-coverage-how-to-save-or-capture-code-used-code).