From 2e3808986b9909c2330315e33afee3ff0fe637b4 Mon Sep 17 00:00:00 2001
From: "PhilY (Metropolitan Neo)" <web@metroneo.fr>
Date: Mon, 3 Feb 2025 15:40:41 +0100
Subject: [PATCH] Rename .js and .css

---
 back_to_top_with_pi.libraries.yml           | 4 ++--
 css/{custom.css => back_to_top_with_pi.css} | 0
 js/{custom.js => back_to_top_with_pi.js}    | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename css/{custom.css => back_to_top_with_pi.css} (100%)
 rename js/{custom.js => back_to_top_with_pi.js} (100%)

diff --git a/back_to_top_with_pi.libraries.yml b/back_to_top_with_pi.libraries.yml
index 30d3f68..00c2cfe 100755
--- a/back_to_top_with_pi.libraries.yml
+++ b/back_to_top_with_pi.libraries.yml
@@ -3,9 +3,9 @@ back_to_top_with_pi:
   css:
     theme:
       css/unicons.css: {}
-      css/custom.css: {}
+      css/back_to_top_with_pi.css: {}
   js:
-    js/custom.js: {}
+    js/back_to_top_with_pi.js: {}
 
   dependencies:
     - core/jquery
diff --git a/css/custom.css b/css/back_to_top_with_pi.css
similarity index 100%
rename from css/custom.css
rename to css/back_to_top_with_pi.css
diff --git a/js/custom.js b/js/back_to_top_with_pi.js
similarity index 100%
rename from js/custom.js
rename to js/back_to_top_with_pi.js
-- 
GitLab