|
0
|
1 |
framework: |
|
|
2 |
charset: UTF-8 |
|
|
3 |
secret: xxxxxxxxxx |
|
|
4 |
csrf_protection: |
|
|
5 |
enabled: true |
|
|
6 |
router: { resource: "%kernel.root_dir%/config/routing.yml" } |
|
|
7 |
validation: { enabled: true, enable_annotations: true } |
|
|
8 |
templating: { engines: ['twig', 'php'] } |
|
|
9 |
session: |
|
|
10 |
default_locale: en |
|
|
11 |
lifetime: 3600 |
|
|
12 |
auto_start: false |
|
|
13 |
|
|
|
14 |
twig: |
|
|
15 |
debug: %kernel.debug% |
|
|
16 |
strict_variables: %kernel.debug% |
|
|
17 |
|
|
|
18 |
assetic: |
|
|
19 |
use_controller: true |
|
|
20 |
read_from: "%kernel.root_dir%/web" |
|
|
21 |
bundles: [ TestBundle ] |
|
|
22 |
assets: |
|
|
23 |
jquery: js/jquery.js |
|
|
24 |
app_css: |
|
|
25 |
inputs: |
|
|
26 |
- css/main.css |
|
|
27 |
- css/more.css |
|
|
28 |
- @widget_css |
|
|
29 |
filters: [ ?yui_css ] |
|
|
30 |
output: css/packed/app.css |
|
|
31 |
widget_css: |
|
|
32 |
inputs: css/widget.sass |
|
|
33 |
filters: sass |
|
|
34 |
filters: |
|
|
35 |
sass: |
|
|
36 |
apply_to: "\.sass$" |
|
|
37 |
yui_css: |
|
|
38 |
jar: %kernel.root_dir/java/yui-compressor-2.4.6.jar |
|
|
39 |
twig: |
|
|
40 |
functions: |
|
|
41 |
yui_css: { output: css/*.css } |