Closed lyrixx closed 11 years ago
What I did:
The configuration is now more flexible:
web_profiler_extra:
assetic: false
assetic:
enabled : false
# nothing
assetic: ~
assetic : true
assetic :
enabled: true
Shortcut in WDT are now configurable:
web_profiler_extra:
assetic :
display_in_wdt: true
WARNING: Do not merge this PR. It's not yet ready:
It broke functional test since the application is booted without debug, so TimedTwigEngine
can not be booted because stop_watch
is not available.
I need to find a way to extends the current default TwigEngine
. I think decoration could be a good solution, but it's not easy with the DIC.
Every thing should be good ;)
Ok, I think everything is ok
Tu peux rebase stp ? j'ai push du code entre temps :-)
Voila ;)
Thanks for your contrib :-)
Note, this will require twig
>=1.12