From e7d1778811cce23225efc8298e72ee829df4e937 Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Mon, 5 Nov 2018 14:35:55 -0300 Subject: [PATCH] Added package css_html_minify --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index b22bc95..6974a7d 100644 --- a/packages.json +++ b/packages.json @@ -11328,5 +11328,18 @@ "description": "Open Source Routing Machine for OpenStreetMap API Lib and App", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-osrm" + }, + { + "name": "css_html_minify", + "url": "https://github.com/juancarlospaco/nim-css-html-minify", + "method": "git", + "tags": [ + "css", + "html", + "minify" + ], + "description": "HTML & CSS Minify Lib & App based on Regexes & parallel MultiReplaces", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-css-html-minify" } ]