./www/go-minify, Go minifiers for web formats

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q4, Version: 2.3.8nb2, Package name: go-minify-2.3.8nb2, Maintainer: pkgsrc-users

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 designed
for high performance.

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, ...).


Required to build:
[devel/go-fsnotify] [devel/go-humanize] [devel/go-try] [devel/go-pflag] [devel/go-sys] [lang/go111] [www/go-parse] [pkgtools/cwrappers]

Master sites:

SHA1: ca6c3e5820b83f32dc0d06ce32c27a4252f4d142
RMD160: 2b84a1aa4ca19e0065bda932096bfca497b3b582
Filesize: 2075.795 KB

Version history: (Expand)


CVS history: (Expand)


   2019-02-08 13:03:20 by S.P.Zeidler | Files touched by this commit (141) | Package updated
Log message:
revbump go dependents after lang/go111 and lang/go110 updates