Use minified version of jquery once plugin.
The official minified version has a sourcemap, so I added that file as well to avoid 404. I kept the unminified source so that actually debugging and stepping into the plugin works.
| Comment | File | Size | Author |
|---|---|---|---|
| core-js-minified-once.patch | 2.81 KB | nod_ |
Issue fork drupal-2473837
Show commands
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 #1
aspilicious commentedI manually tested this and it works. (every page uses it, for example the toolbar)
To avoid confusion.
- We added a minified version
- We keep the original one for debug purposes (there is a source map that links the minified file to the regular one)
- We were already on the latest release so we didn't need any changes for the un-minified one.
Comment #2
webchickAwesome, thanks so much folks!
Committed and pushed to 8.0.x.
Comment #5
nod_Comment #6
webchickYes, yes, testbot.