pkgsrc/www/go-minify/DESCR
nia ac6a22eb2f go-minify: Update to 2.9.21. Convert to go-module build.
Now builds only the command line tool.

Update includes various bug fixes.
2021-08-25 07:02:29 +00:00

10 lines
472 B
Text

Minify is a minifier package written in Go. 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 designed for high performance.
This package includes the command line tool that minifies concurrently
and watches file changes.