Opened 9 years ago
Closed 9 years ago
#6920 closed defect (bug) (fixed)
SCRIPT_DEBUG=false breaks asset enqueue path with WordPress release build + BuddyPress dev build
Reported by: | DJPaul | Owned by: | djpaul |
---|---|---|---|
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_DEBUG
withtrue
andfalse
with only BuddyPress/src
folderThen ran
npm install
to get a BuddyPress/build
folder and tested again, all looks good