Skip to content

Commit

Permalink
Ajout du module AssetManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkin committed Nov 24, 2012
1 parent 35e3190 commit b959934
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -27,7 +27,8 @@
"zendframework/zendframework": "2.*",
"zf-commons/zfc-base": "dev-master",
"zf-commons/zfc-user": "dev-master",
"doctrine/doctrine-orm-module": "dev-master"
"doctrine/doctrine-orm-module": "dev-master",
"rwoverdijk/assetmanager": "1.*"
},
"autoload": {
"psr-0": {
Expand Down
9 changes: 5 additions & 4 deletions config/module.config.php
@@ -1,13 +1,14 @@
<?php

return array(

/**
* AssetManager configuration
*/
'asset_manager' => array(
'resolver_configs' => array(
/*'paths' => array(
'paths' => array(
__DIR__ . '/../public',
),*/
'map' => array(
'zfr-forum/' => __DIR__ . '/../public/',
),
),
),
Expand Down

0 comments on commit b959934

Please sign in to comment.