r-learnr contains minified JavaScript

  • Open
  • quality assurance status badge
Details
One participant
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Ricardo Wurmus
Severity
normal

Debbugs page

Ricardo Wurmus wrote 2 years ago
(address . bug-guix@gnu.org)
87mt48lem1.fsf@elephly.net
The r-learnr package contains minified JavaScript files that need to be
minified from source:

learnr/inst/lib/tutorial/tutorial.js
learnr/inst/lib/i18n/i18next.min.js
learnr/inst/lib/i18n/tutorial-i18n-init.js
learnr/inst/lib/i18next/i18next.min.js
learnr/inst/lib/ace/ace.js
learnr/inst/lib/clipboardjs/clipboard.min.js
learnr/inst/lib/bootbox/bootbox.min.js
learnr/inst/lib/idb-keyval/idb-keyval-iife.js
learnr/inst/lib/idb-keyval/idb-keyval-iife-compat.min.js
learnr/inst/rmarkdown/templates/tutorial/resources/tutorial-format.js

--
Ricardo
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 62280
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