diff options
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 13 | ||||
-rw-r--r-- | app/config/config_dev.yml | 3 |
2 files changed, 0 insertions, 16 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 49b325a2..80754393 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -61,19 +61,6 @@ twig: | |||
61 | form_themes: | 61 | form_themes: |
62 | - "LexikFormFilterBundle:Form:form_div_layout.html.twig" | 62 | - "LexikFormFilterBundle:Form:form_div_layout.html.twig" |
63 | 63 | ||
64 | # Assetic Configuration | ||
65 | assetic: | ||
66 | debug: "%kernel.debug%" | ||
67 | use_controller: false | ||
68 | bundles: [ ] | ||
69 | #java: /usr/bin/java | ||
70 | filters: | ||
71 | cssrewrite: ~ | ||
72 | #closure: | ||
73 | # jar: "%kernel.root_dir%/Resources/java/compiler.jar" | ||
74 | #yui_css: | ||
75 | # jar: "%kernel.root_dir%/Resources/java/yuicompressor-2.4.7.jar" | ||
76 | |||
77 | # Doctrine Configuration | 64 | # Doctrine Configuration |
78 | doctrine: | 65 | doctrine: |
79 | dbal: | 66 | dbal: |
diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index 0fa23dbf..77840682 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml | |||
@@ -35,9 +35,6 @@ monolog: | |||
35 | VERBOSITY_DEBUG: DEBUG | 35 | VERBOSITY_DEBUG: DEBUG |
36 | channels: [doctrine] | 36 | channels: [doctrine] |
37 | 37 | ||
38 | assetic: | ||
39 | use_controller: true | ||
40 | |||
41 | swiftmailer: | 38 | swiftmailer: |
42 | # see http://mailcatcher.me/ | 39 | # see http://mailcatcher.me/ |
43 | transport: smtp | 40 | transport: smtp |