News Feed
Jobs Feed
Sections




News Archive
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


blog comments powered by Disqus

Similar Posts

Community News: Symfony Turns One

DevShed: Completing a Blogging Application with the Code Igniter PHP Framework

Fabien Potencier's Blog: PHP Serialization, Stack Traces, and Exceptions

Symfony Blog: Symfony in the health industry

Douglas Brown's Blog: Popular PHP Frameworks: What’s Your Fav?


Community Events











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


series community introduction example unittest zendframework2 opinion interview code language phpunit framework functional tool development object release composer testing podcast

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