diff --git a/app/Resources/views/main_template.html.twig b/app/Resources/views/main_template.html.twig index 255ef4d..325bf0e 100644 --- a/app/Resources/views/main_template.html.twig +++ b/app/Resources/views/main_template.html.twig @@ -7,7 +7,7 @@ -{% stylesheets 'bundles/kekrozsakfront/css/*' filter='cssrewrite' output='kekrozsak.css' %} +{% stylesheets 'bundles/kekrozsakfront/css/*' filter='cssrewrite' output='css/kekrozsak.css' %} {% endstylesheets %} {% block additional_css %}{% endblock %} diff --git a/web/css/group.css b/src/KekRozsak/FrontBundle/Resources/public/css/group.css similarity index 100% rename from web/css/group.css rename to src/KekRozsak/FrontBundle/Resources/public/css/group.css diff --git a/web/css/.gitignore b/web/css/.gitignore new file mode 100644 index 0000000..4ce1c7b --- /dev/null +++ b/web/css/.gitignore @@ -0,0 +1,2 @@ +* +!.git*