From 0372ed49593376f0c11f416e67a57d17f8dea25b Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Wed, 19 Nov 2014 16:45:38 +0100 Subject: [PATCH] Debug stopping that layout template require css/person.css --- Resources/views/layout.html.twig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index c3039b567..b1c81ee62 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -16,14 +16,6 @@ #} {% extends "ChillMainBundle::layout.html.twig" %} -{% block css %} - {% stylesheets output="css/all.css" filter="cssrewrite" - "bundles/chillperson/css/person.css" - %} - - {% endstylesheets %} -{% endblock %} - {% block layout_content %}