Documentation for minify-build-system out of date

  • Open
  • quality assurance status badge
Details
One participant
  • Konrad Hinsen
Owner
unassigned
Submitted by
Konrad Hinsen
Severity
minor

Debbugs page

Konrad Hinsen wrote 6 months ago
(address . bug-guix@gnu.org)
m1o74bomnr.fsf@fastmail.net
Hello everyone,

While trying to figure out how to use the minify-build-system,
I consulted the manual, compared it with the code, and concluded
that the manual is probably out of date.

It says:

It adds @code{uglify-js} to the set of inputs and uses
...

The code used esbuild rather than uglify-js. Maybe there is more that
needs to be updated.

Cheers,
Konrad.
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73475@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73475
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help