News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

Stefan Koopmanschap's Blog:
Removing stylesheets in symfony 1
April 27, 2011 @ 08:58:49

Stefan Koopmanschap has a quick post to his blog with a handy, not immediately obvious tip for the Symfony users out there - how to remove site-wide stylesheets in a Symfony application so it's not loaded automatically.

Today I encountered a situation I've not encountered before: I have a project-wide stylesheet that should be used for everything, except one specific module that has different (brandable) stylesheets. I created a view.yml for this module with a different stylesheet, but of course the configuration files are merged so it doesn't actually overwrite the main stylesheet file. And this wasn't really what I needed here.

His technique involves a change to the main view.yml configuration file with a special syntax to remove the CSS file with a negation. A snippet is included to illustrate. You can find out more about view configuration in this chapter of the "Definitive Guide to Symfony".

0 comments voice your opinion now!
remove styesheet symfony css




Community Events





Don't see your event here?
Let us know!


introduction unittest interview zendframework podcast conference development language injection application symfony2 community zendframework2 opinion phpunit release voicesoftheelephpant framework testing database

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework