Apply sprite sheet changes to Phabricator

Summary: Basically a one line change, plus a regen. This should be the last full-rewrite these things get since they'll stop fully rehashing all the time now.

Test Plan: See D5964.

Reviewers: chad, btrahan

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D5965
This commit is contained in:
epriestley
2013-05-18 10:34:10 -07:00
parent 79fa8e40cb
commit 4fc9b8e785
12 changed files with 524 additions and 521 deletions

View File

@@ -51,6 +51,9 @@ if ($err) {
}
foreach ($sheets as $name => $sheet) {
$sheet->setBasePath($root);
$manifest_path = $root.'/resources/sprite/manifest/'.$name.'.json';
if (!$args->getArg('force')) {
if (Filesystem::pathExists($manifest_path)) {