Closed (fixed)
Project:
Footnotes
Version:
3.1.0
Component:
Footnotes
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2023 at 15:01 UTC
Updated:
22 Jan 2024 at 12:59 UTC
Jump to comment: Most recent
The commited footnotes.js is built in dev mode (with yarn watch).
For better performances, it should be built on production mode (with yarn build).
(See #3341267: Explain that JS should be built with webpack production mode)
Run yarn build and commit the new version.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
prudloff commentedComment #4
scott_euser commentedDouble-checked and re-compiling with 'build' on 3.1.x still compiles to what is in this merge request. Thanks!
Comment #6
scott_euser commented