[buddypress-trac] [BuddyPress Trac] #6920: SCRIPT_DEBUG=false breaks asset enqueue path with WordPress release build + BuddyPress dev build
buddypress-trac
noreply at wordpress.org
Thu Feb 18 11:10:34 UTC 2016
#6920: SCRIPT_DEBUG=false breaks asset enqueue path with WordPress release build +
BuddyPress dev build
------------------------------+---------------------
Reporter: DJPaul | Owner: djpaul
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 2.5
Component: Component - Core | Version:
Severity: normal | Resolution: fixed
Keywords: |
------------------------------+---------------------
Changes (by djpaul):
* owner: => djpaul
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"10613"]:
{{{
#!CommitTicketReference repository="" revision="10613"
Fix script/style enqueue path when using BP dev. repo. with release build
of WP, and SCRIPT_DEBUG=false.
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 minified assets only exist in our release
builds, this causes 404 errors in this particular set of circumstances.
Fixes #6920
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6920#comment:3>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list