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! 🔥
- Host: GitHub
- URL: https://github.com/piyushsuthar/abell-html-minifier
- Owner: PiyushSuthar
- License: mit
- Created: 2020-09-26T09:28:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T13:17:35.000Z (over 4 years ago)
- Last Synced: 2025-02-01T09:11:08.789Z (4 months ago)
- Topics: abell, abell-plugin
- Language: JavaScript
- Homepage: https://www.npmjs.com/abell-html-minifier
- Size: 131 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'],
}
```