Opened 22 months ago
Last modified 2 days ago
#47353 reopened defect (bug)
jquery.masonry.js Not Found
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 5.8 | Priority: | normal |
Severity: | minor | Version: | 5.2.1 |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
When SCRIPT_DEBUG
is true
and the --dev
option is used with grunt build
, the un-minified version of jQuery Masonry is requested but not found.
Attachments (1)
Change History (5)
#3
follow-up:
↓ 4
@
3 days ago
- Resolution set to fixed
- Status changed from new to closed
Thanks for the patch @pondermatic! However, the issue has since been fixed: https://github.com/WordPress/wordpress-develop/blob/master/Gruntfile.js#L211, so I'm closing this ticket.
#4
in reply to:
↑ 3
@
2 days ago
- Milestone changed from Awaiting Review to 5.8
- Resolution fixed deleted
- Status changed from closed to reopened
Replying to isabel_brison:
However, the issue has since been fixed: https://github.com/WordPress/wordpress-develop/blob/master/Gruntfile.js#L211
Hmm, the line that the patch removes is still there, so it's not clear to me why or how this is fixed :)
Reopening for a closer review.
Note: See
TracTickets for help on using
tickets.
This is a followup to #45869.