Add packaging to Celerity.
This commit is contained in:
@@ -89,7 +89,7 @@ class AphrontDefaultApplicationConfiguration
|
||||
),
|
||||
|
||||
'/res/' => array(
|
||||
'(?<hash>[a-f0-9]{8})/(?<path>.+\.(?:css|js))$'
|
||||
'(?<package>pkg/)?(?<hash>[a-f0-9]{8})/(?<path>.+\.(?:css|js))$'
|
||||
=> 'CelerityResourceController',
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user