Celerity, a Haste-style static resource management system.

This commit is contained in:
epriestley
2011-01-25 09:59:31 -08:00
parent fed4c583c5
commit 7bb0db1365
23 changed files with 531 additions and 9 deletions

View File

@@ -81,6 +81,11 @@ class AphrontDefaultApplicationConfiguration
'changeset/(?<id>\d+)/$' => 'DifferentialChangesetViewController',
),
'/res/' => array(
'(?<hash>[a-f0-9]{8})/(?<path>[^.]+\.(?:css|js))$'
=> 'CelerityResourceController',
),
'.*' => 'AphrontDefaultApplicationController',
);
}