Moved assetic output kekrozsak.css to css/ folder

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI 2012-08-15 12:18:23 +02:00
parent ddbc0a322a
commit 78878d4117
3 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<meta charset="utf8" />
<link rel="stylesheet" type="text/css" href="{{ asset('css/kekrozsak_front.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ asset('js/jquery-cluetip/jquery.cluetip.css') }}" />
{% stylesheets 'bundles/kekrozsakfront/css/*' filter='cssrewrite' output='kekrozsak.css' %}
{% stylesheets 'bundles/kekrozsakfront/css/*' filter='cssrewrite' output='css/kekrozsak.css' %}
<link rel="stylesheet" type="text/css" href="{{ asset_url }}" />
{% endstylesheets %}
{% block additional_css %}{% endblock %}

2
web/css/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.git*