]> git.draconx.ca Git - homepage.git/commit
Compress all output files for a rep.
authorNick Bowler <nbowler@draconx.ca>
Sun, 3 Apr 2022 01:41:21 +0000 (21:41 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 3 Apr 2022 01:41:21 +0000 (21:41 -0400)
commit04dd91c400a243bb0ef9b75029261781adabaa6e
tree174ed8964a0270a4630d56450acc98b2e6848d5c
parent220aba7ec291f6f8de8982074a3488d28b4aee1f
Compress all output files for a rep.

An item rep may be written to multiple places, and currently only
one of them gets compressed by the gzip rule.

Unfortunately while nanoc maintains a complete output list internally,
it is not exposed in the documented API.  But it's not too hard to pull
out the guts and get the full list in order to compress everything.
Rules