File tree 5 files changed +0
-22
lines changed
5 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,6 @@ It comes pre-configured with the following bundles:
41
41
42
42
* [ ** MonologBundle** ] [ 11 ] - Adds support for Monolog, a logging library
43
43
44
- * [ ** AsseticBundle** ] [ 12 ] - Adds support for Assetic, an asset processing
45
- library
46
-
47
44
* ** WebProfilerBundle** (in dev/test env) - Adds profiling functionality and
48
45
the web debug toolbar
49
46
68
65
[ 9 ] : https://symfony.com/doc/2.8/book/security.html
69
66
[ 10 ] : https://symfony.com/doc/2.8/cookbook/email.html
70
67
[ 11 ] : https://symfony.com/doc/2.8/cookbook/logging/monolog.html
71
- [ 12 ] : https://symfony.com/doc/2.8/cookbook/assetic/asset_management.html
72
68
[ 13 ] : https://symfony.com/doc/2.8/bundles/SensioGeneratorBundle/index.html
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ public function registerBundles()
13
13
new Symfony \Bundle \TwigBundle \TwigBundle (),
14
14
new Symfony \Bundle \MonologBundle \MonologBundle (),
15
15
new Symfony \Bundle \SwiftmailerBundle \SwiftmailerBundle (),
16
- new Symfony \Bundle \AsseticBundle \AsseticBundle (),
17
16
new Doctrine \Bundle \DoctrineBundle \DoctrineBundle (),
18
17
new Sensio \Bundle \FrameworkExtraBundle \SensioFrameworkExtraBundle (),
19
18
new AppBundle \AppBundle (),
Original file line number Diff line number Diff line change 36
36
debug : " %kernel.debug%"
37
37
strict_variables : " %kernel.debug%"
38
38
39
- # Assetic Configuration
40
- assetic :
41
- debug : " %kernel.debug%"
42
- use_controller : false
43
- bundles : [ ]
44
- # java: /usr/bin/java
45
- filters :
46
- cssrewrite : ~
47
- # closure:
48
- # jar: "%kernel.root_dir%/Resources/java/compiler.jar"
49
- # yui_css:
50
- # jar: "%kernel.root_dir%/Resources/java/yuicompressor-2.4.7.jar"
51
-
52
39
# Doctrine Configuration
53
40
doctrine :
54
41
dbal :
Original file line number Diff line number Diff line change @@ -41,8 +41,5 @@ monolog:
41
41
# type: chromephp
42
42
# level: info
43
43
44
- assetic :
45
- use_controller : true
46
-
47
44
# swiftmailer:
48
45
# delivery_address: me@example.com
Original file line number Diff line number Diff line change 11
11
"symfony/symfony" : " 2.8.x-dev" ,
12
12
"doctrine/orm" : " ^2.4.8" ,
13
13
"doctrine/doctrine-bundle" : " ~1.4" ,
14
- "symfony/assetic-bundle" : " ~2.3" ,
15
14
"symfony/swiftmailer-bundle" : " ~2.3" ,
16
15
"symfony/monolog-bundle" : " ~2.4" ,
17
16
"sensio/distribution-bundle" : " ~5.0@dev" ,
You can’t perform that action at this time.
0 commit comments