[ 原始碼: golang-github-tdewolff-minify ]
套件:minify(2.7.2-1 以及其他的)
minify 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-tdewolff-minify:
- [golang-github-tdewolff-minify_2.7.2-1.dsc]
- [golang-github-tdewolff-minify_2.7.2.orig.tar.gz]
- [golang-github-tdewolff-minify_2.7.2-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
CLI implementation of the Go minify library package
/usr/bin/minify is a CLI implementation of the github.com/tdewolff/minify Go library package.
It provides HTML5, CSS3, JS, JSON, SVG and XML minifiers.
Minification is the process of removing bytes from a file (such as whitespace) without changing its output and therefore shrinking its size and speeding up transmission over the Internet and possibly parsing. The implemented minifiers are high performance and streaming, which implies O(n).