#45869 closed defect (bug) (fixed)
Build Tools: Copy un-minified JS to the src directory
| Reported by: | pento | Owned by: | pento |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.1 |
| Component: | Build/Test Tools | Version: | 5.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
When running the SCRIPT_DEBUG set to true, we expect a bunch of un-minified JS files to exist, which currently aren't copied to their correct location in the src directory.
This is a followup to #44492.
Attachments (1)
Change History (5)
#3
follow-up:
↓ 4
@
8 years ago
I believe I've found another instance. When testing Twenty Fourteen I'm getting a 404 for /wp-includes/js/jquery/jquery.masonry.js?ver=3.1.2b
#4
in reply to: ↑ 3
@
5 years ago
Replying to westonruter:
I believe I've found another instance. When testing Twenty Fourteen I'm getting a 404 for
/wp-includes/js/jquery/jquery.masonry.js?ver=3.1.2b
This is being addressed in #47353. As far as I can tell, the unminified version of jquery-masonry has never been included in Core. But this version only remains as a courtesy (see [27271]).
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
45869.diff fixes all of the missing files I've noticed:
wp-includes/jquery/ui/*.jswp-includes/underscore.jswp-includes/tinymce/tinymce.js@atimmer, @omarreiss, could you please review this and see if there's anything else missing?