Skip to content

Commit efb9bb0

Browse files
committed
reorganized assets
1 parent 2bedaa3 commit efb9bb0

File tree

5 files changed

+3
-9
lines changed

5 files changed

+3
-9
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/app/config/parameters.yml
55
/vendor
66
/web/*_dev.php
7+
/web/media/puyo

app/AppKernel.php

+1-7
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,7 @@ public function registerBundles()
3131
public function registerContainerConfiguration(LoaderInterface $loader)
3232
{
3333
$loader->load(__DIR__.'/config/config_'.$this->getEnvironment().'.yml');
34-
}
35-
36-
protected function getKernelParameters()
37-
{
38-
return array_merge(parent::getKernelParameters(), array(
39-
'kernel.config_dir' => realpath(__DIR__.'/../src/Gamz/'.ucfirst(GAME).'Bundle/Resources/config'),
40-
));
34+
$loader->load(__DIR__.'/../src/Gamz/'.ucfirst(GAME).'Bundle/Resources/config/config.yml');
4135
}
4236

4337
public function getCacheDir()

app/config/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ twig:
2323
assetic:
2424
debug: %kernel.debug%
2525
use_controller: false
26-
read_from: %kernel.root_dir%/../web/assets
2726
filters:
2827
compass:
2928
bin: %assetic_compass%
File renamed without changes.

0 commit comments

Comments
 (0)