diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-05 20:34:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-05 20:34:57 +0000 |
| commit | fcdd63547ce7729bee705afe37c53469a7f4e766 (patch) | |
| tree | cab5841a71f7dd9f3d7fcccfd6b9e254a3953c44 | |
| parent | 251adb925f1acbdc9b1397c4d0a843daa1765bd7 (diff) | |
| parent | e7d1778811cce23225efc8298e72ee829df4e937 (diff) | |
| download | packages-fcdd63547ce7729bee705afe37c53469a7f4e766.tar.gz packages-fcdd63547ce7729bee705afe37c53469a7f4e766.zip | |
Merge pull request #923 from juancarlospaco/add-css_html_minify1735
Add 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 ff7f815..0405e37 100644 --- a/packages.json +++ b/packages.json @@ -11342,5 +11342,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" } ] |
