Skip to content

Instantly share code, notes, and snippets.

@apoca
Created January 22, 2015 15:58
Show Gist options
  • Save apoca/244dd01d40f13ce53f2e to your computer and use it in GitHub Desktop.
Save apoca/244dd01d40f13ce53f2e to your computer and use it in GitHub Desktop.
'asset_manager' => array(
'caching' => array(
'default' => array(
'cache' => 'Assetic\\Cache\\FilesystemCache',
'options' => array(
'dir' => 'public/cache'
)
)
),
'resolver_configs' => array(
'paths' => array(
__DIR__ . '/../public'
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment