Laurence Withers
7dffaaa5d7
cmd/htpacker: updated modules
2024-07-18 14:57:49 +01:00
Laurence Withers
3585b7943a
Update JavaScript MIME type
...
It seems that application/javascript has been supplanted by text/javascript. See
https://www.rfc-editor.org/rfc/rfc9239 and
https://www.iana.org/assignments/media-types/application/javascript .
2024-07-18 14:52:12 +01:00
Laurence Withers
6cbbe7328a
Correct some display issues with mpb update
2024-05-03 17:14:12 +01:00
Laurence Withers
a83aedd502
cmd/htpacker: update modules
2024-05-03 16:49:33 +01:00
Laurence Withers
8474cfbc5d
Update mpb lib to v8
2023-04-28 16:12:19 +01:00
Laurence Withers
2f842a21f3
cmd/htpacker: updated modules
2023-04-28 15:57:34 +01:00
Laurence Withers
439bf2422b
cmd/htpacker: don't try to compress tiny files
...
If we have some really tiny files, it's not worth compressing them. Among other things,
this will work around a bug in go-zopfli for 0- or 1-byte files.
2023-04-28 15:57:28 +01:00
Laurence Withers
6b836895a0
cmd/htpacker: update to Go 1.19, update dependencies
2022-11-26 10:12:42 +00:00
Laurence Withers
a6c2991781
cmd/htpacker: updated dependencies
2022-07-06 13:31:22 +01:00
Laurence Withers
d827d8aace
cmd/htpacker: add --content-type flag
...
This allows overriding the content-type of files being packed using the
ad-hoc method (not YAML spec).
2022-07-06 13:29:55 +01:00
Laurence Withers
1b84160dcf
cmd/htpacker: cope with zero-length input files
...
Sometimes we might be asked to serve up a zero-length input file,
typically from some machine-generated CSS etc. We make some very
rudimentary guess about the content-type the caller wanted and skip the
mmap(2) call.
2020-04-02 12:33:04 +01:00
Laurence Withers
52213cf67e
cmd/htpacker: report filename on I/O error
2020-04-02 12:25:23 +01:00
Laurence Withers
6f532296ef
Add CLI progress bars to the packer tool
...
Since packing can be quite slow, it is nice to display progress to the
caller. We use the excellent github.com/vbauerster/mpb library to do so,
and add a bit of colour with github.com/logrusru/aurora.
Finally, augment the inspector and packer with a summary printer that
displays the overall file size/count, and compression ratio for each
compression type.
2020-02-15 11:22:24 +00:00
Laurence Withers
984639d475
Finish porting child modules to src.lwithers.me.uk
2020-01-15 18:36:05 +00:00
Laurence Withers
280bf2b181
brotli CLI no longer takes --input argument
2019-12-10 15:03:41 +00:00
Laurence Withers
b6da0b4e48
cmd/htpacker: update dependendencies
2019-06-25 15:32:24 +01:00
Laurence Withers
0883b0b405
cmd/htpacker: workaround for SVG files without XML prolog
...
If a .svg file doesn't have a “<?xml…” prolog, then it would be detected as plain
text. Allow extension-based override of the content-type in this case.
2019-06-25 15:31:49 +01:00
Laurence Withers
e28f687057
cmd/htpacker, cmd/packserver: update dependencies
2019-04-15 14:19:12 +01:00
Laurence Withers
e47ed4e4c2
cmd/htpacker now split into its own module
2019-04-12 09:15:28 +01:00
Laurence Withers
ce6749f0a3
Workaround for splitting to multiple modules
2019-04-12 09:14:21 +01:00
Laurence Withers
fdd1990e89
Reorganise ready to split into modules
2019-04-12 09:07:17 +01:00
Laurence Withers
84ea7c3673
cmd/htpacker: lots more WIP
2019-03-29 09:18:07 +00:00
Laurence Withers
5c05a75fba
Further work; tidying up, begin cmdline tool
2019-03-13 21:55:31 +00:00
Laurence Withers
d836bf3cc7
Further work-in-progress, basic packing and inspecting
2019-03-05 18:41:02 +00:00
Laurence Withers
e864d0829e
Basic work-in-progress, can pack basic files now
2019-02-24 12:17:57 +00:00