软件包:golang-github-tdewolff-minify-dev(2.12.4-2)
golang-github-tdewolff-minify-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-tdewolff-minify:
- [golang-github-tdewolff-minify_2.12.4-2.dsc]
- [golang-github-tdewolff-minify_2.12.4.orig.tar.gz]
- [golang-github-tdewolff-minify_2.12.4-2.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.5)
- Go parsers for web formats
-
- dep: golang-github-tdewolff-test-dev (>= 1.0.7)
- Go test helper functions