Homec4science

Point the Phabricator resource map back to webroot/, not webroot/rsrc/

Authored by epriestley <git@epriestley.com> on Jan 1 2014, 16:46.

Description

Point the Phabricator resource map back to webroot/, not webroot/rsrc/

Summary:
Ref T4222. Earlier, I adjusted the root from webroot/ to webroot/rsrc/. However, this means that all the /rsrc/x/y/z.jpg fragments in CSS are no longer recognized as resource names.

Since we have like 9,000 things in CSS that do url(/rsrc/xyz.jpg) and I don't want to fix/test them all, so just make them work as-is. There's no real reason either setting is better than the other.

(Both URLs also work fine, but the parsed one will be better once we have real CDN support.)

Test Plan: Verified CSS gets managed resource URIs transformed into it.

Reviewers: btrahan, hach-que

Reviewed By: hach-que

CC: aran

Maniphest Tasks: T4222

Differential Revision: https://secure.phabricator.com/D7875

Details

Committed
epriestley <git@epriestley.com>Jan 1 2014, 16:46
Pushed
aubortJan 31 2017, 17:16
Parents
rPH5173b4954de3: Move Celerity gradually toward multiple source support
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH73e88bb1010c: Point the Phabricator resource map back to webroot/, not webroot/rsrc/ (authored by epriestley <git@epriestley.com>).Jan 1 2014, 16:46