diff options
| author | juancarlospaco <juancarlospaco@gmail.com> | 2018-11-05 14:35:55 -0300 |
|---|---|---|
| committer | juancarlospaco <juancarlospaco@gmail.com> | 2018-11-05 14:35:55 -0300 |
| commit | e7d1778811cce23225efc8298e72ee829df4e937 (patch) | |
| tree | 42c580b881671cead428756feee4b55f677ac7a8 | |
| parent | edaf999c2fdba235931a30ccee8bdbb596499c61 (diff) | |
| download | packages-e7d1778811cce23225efc8298e72ee829df4e937.tar.gz packages-e7d1778811cce23225efc8298e72ee829df4e937.zip | |
Added package css_html_minify
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
