From f802e999aae3e86b4dba87268ef70ed655651702 Mon Sep 17 00:00:00 2001 From: Al <46714-asierrajr@users.noreply.drupalcode.org> Date: Thu, 22 Jun 2023 19:54:12 +0300 Subject: [PATCH] Issue #3365968 by asierrajr, m.abdulqader: root.js file not loading on certain web server setups --- assets/js/{root.js => seeds-root.js} | 0 root.libraries.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename assets/js/{root.js => seeds-root.js} (100%) diff --git a/assets/js/root.js b/assets/js/seeds-root.js similarity index 100% rename from assets/js/root.js rename to assets/js/seeds-root.js diff --git a/root.libraries.yml b/root.libraries.yml index 336e3df..05f3227 100755 --- a/root.libraries.yml +++ b/root.libraries.yml @@ -1,7 +1,7 @@ global-styling: version: 3.0.0-alpha2 js: - assets/js/root.js: {} + assets/js/seeds-root.js: {} dependencies: - core/once - core/drupal -- GitLab