Opened 10 years ago
Closed 10 years ago
#6920 closed defect (bug) (fixed)
SCRIPT_DEBUG=false breaks asset enqueue path with WordPress release build + BuddyPress dev build
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Core | Keywords: | |
| Cc: |
Description
If you have a WordPress release build (that is, not the dev SVN with its src folder) with a BuddyPress dev build (with its src folder), and set SCRIPT_DEBUG=false, BuddyPress will try to load the minified versions of its CSS and JS assets. As these aren't present, they 404.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
+1 Works for me...
Tested permutations and combinations of
SCRIPT_DEBUGwithtrueandfalsewith only BuddyPress/srcfolderThen ran
npm installto get a BuddyPress/buildfolder and tested again, all looks good