mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Mark autosprite.css as generated
Test Plan: I wish I could tell that I ran it but I don't have the PNG files. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3582
This commit is contained in:
parent
60f7534e3e
commit
5f59532d6c
2 changed files with 3 additions and 0 deletions
|
@ -55,9 +55,11 @@ function gly($y) {
|
|||
}
|
||||
|
||||
$sheet = new PhutilSpriteSheet();
|
||||
$at = '@';
|
||||
$sheet->setCSSHeader(<<<EOCSS
|
||||
/**
|
||||
* @provides autosprite-css
|
||||
* {$at}generated
|
||||
*/
|
||||
|
||||
.autosprite {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/**
|
||||
* @provides autosprite-css
|
||||
* @generated
|
||||
*/
|
||||
|
||||
.autosprite {
|
||||
|
|
Loading…
Reference in a new issue