套件:golang-github-tdewolff-minify-dev(2.12.1-1~bpo11+1)
golang-github-tdewolff-minify-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-tdewolff-minify:
- [golang-github-tdewolff-minify_2.12.1-1~bpo11+1.dsc]
- [golang-github-tdewolff-minify_2.12.1.orig.tar.gz]
- [golang-github-tdewolff-minify_2.12.1-1~bpo11+1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Go minifiers for web formats
github.com/tdewolff/minify is a minifier package written in Go. It provides HTML5, CSS3, JS, JSON, SVG and XML minifiers and an interface to implement any other minifier.
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).
The core functionality associates mimetypes with minification functions, allowing embedded resources (like CSS or JS within HTML files) to be minified as well. Users can add new implementations that are triggered based on a mimetype (or pattern), or redirect to an external command (like ClosureCompiler, UglifyCSS, ...)
其他與 golang-github-tdewolff-minify-dev 有關的套件
|
|
|
|
-
- dep: golang-github-djherbis-atime-dev (>= 1.1.0)
- file access times (atime) for #golang
-
- dep: golang-github-dustin-go-humanize-dev (>= 1.0.0)
- format units to human friendly sizes
-
- dep: golang-github-fsnotify-fsnotify-dev (>= 1.5.4)
- File system notifications for Go
-
- dep: golang-github-matryer-try-dev
- Simple idiomatic retry package for Go
-
- dep: golang-github-spf13-pflag-dev (>= 1.0.5)
- Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags
-
- dep: golang-github-tdewolff-parse-dev (>= 2.6.3)
- Go parsers for web formats
-
- dep: golang-github-tdewolff-test-dev (>= 1.0.7)
- Go test helper functions