From bc971d10bb0642210b1114f259b5e9fb9fa45a68 Mon Sep 17 00:00:00 2001 From: meaz Date: Tue, 30 Jul 2024 18:21:56 +0200 Subject: [PATCH] exclude .min.css from being copy + include css files that don't start with theme in there name! (#52) Reviewed-on: https://git.disroot.org/Disroot-Ansible/forgejo/pulls/52 Reviewed-by: muppeth Co-authored-by: meaz Co-committed-by: meaz --- tasks/custom_themes.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tasks/custom_themes.yml b/tasks/custom_themes.yml index ab52c86..e1df9ad 100644 --- a/tasks/custom_themes.yml +++ b/tasks/custom_themes.yml @@ -42,8 +42,9 @@ - name: "[THEME] - Find css files from different repos" find: paths: "{{ forgejo_theme_dir }}" - patterns: "*.css" + patterns: ".*(?