fix bug in all.css

The all.css file used in template homepage overwritted the all.css file used in other pages. But the file does not have same requirements on css files. 

In development environment, this was not seeable. But in production environment, the all.css file used in most of the page was not complete, preventing a correct display.
This commit is contained in:
Julien Fastré 2015-08-14 12:59:25 +02:00
parent 140b7430cb
commit b54d334db6

View File

@ -24,7 +24,7 @@
{{ 'Login to %installation_name%' | trans({ '%installation_name%' : installation.name } ) }}
</title>
<link rel="shortcut icon" href="/bundles/chillmain/img/favicon.ico" type="image/x-icon">
{% stylesheets output="css/all.css" filter="cssrewrite"
{% stylesheets output="css/homepage.css" filter="cssrewrite"
"bundles/chillmain/fonts/OpenSans/OpenSans.css" %}
<link rel="stylesheet" href="{{ asset_url }}"/>