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

https://github.com/piyushsuthar/abell-html-minifier

Minify your HTML before your Abell site builds! 🔥
https://github.com/piyushsuthar/abell-html-minifier

abell abell-plugin

Last synced: 4 months ago
JSON representation

Minify your HTML before your Abell site builds! 🔥

Awesome Lists containing this project

README

        

# abell-html-minifier
Minify your html files for ultimate speed.

# Usage

Install the plugin
```sh
npm install --save-dev abell-html-minifier
```
```js
// In abell.config.js
module.exports = {
plugins: ['abell-html-minifier'],
}
```