#21799 closed defect (bug) (fixed)
3.4 branch .js files not refreshed after .dev.js changes
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.4.2 | Priority: | normal |
Severity: | normal | Version: | 3.4.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
The following files in the 3.4 branch have had their .dev.js files modified, but their corresponding .js files haven't been updated/refreshed:
wp-includes/js/customize-preview.dev.js wp-includes/js/wp-lists.dev.js wp-admin/js/post.dev.js wp-admin/js/common.dev.js wp-admin/js/link.dev.js wp-admin/js/customize-controls.dev.js
You can see these by going to http://core.trac.wordpress.org/log/branches/3.4/?verbose=on and performing a diff between the oldest and newest revisions.
The following .dev.js files were also modified by commits to the 3.4 branch, but they already have their corresponding .js files updated:
wp-includes/js/plupload/wp-plupload.dev.js wp-includes/js/imgareaselect/jquery.imgareaselect.dev.js
bumpbot only watches trunk, so the files in a branch need to be manually updated.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Sorry, it looks like this was already taken care of in [21760].