Moved assetic output kekrozsak.css to css/ folder
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
parent
ddbc0a322a
commit
78878d4117
@ -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
2
web/css/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*
|
||||
!.git*
|
Loading…
Reference in New Issue
Block a user