netlify-plugin-minify-html
Advanced tools
Comparing version 0.2.0 to 0.2.2
{ | ||
"name": "netlify-plugin-minify-html", | ||
"version": "0.2.0", | ||
"version": "0.2.2", | ||
"description": "A plugin to add HTML minification as a post-processing optimisation in Netlify", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -54,1 +54,8 @@ # Netlify Plugin - Minify HTML | ||
## Quick try-out | ||
You can try out this plugin by deploying [a simple site](https://test-plugin-html-minifer.netlify.app/) which uses it. | ||
Clicking the button below will clone [a test site repo](https://github.com/philhawksworth/test-site-netlify-plugin-minify-html), setup a new site [on Netlify](https://netlify.com?utm_source=github&utm_medium=plugin-htmlminifier-pnh&utm_campaign=devex) and deploy the site complete with the plugin configured and operational. | ||
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/philhawksworth/test-site-netlify-plugin-minify-html) |
Sorry, the diff of this file is not supported yet
4534
61