Verified Commit 1b8f8193 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

task: #3559318 Exclude htmx from aggregation

By: catch
By: godotislate
(cherry picked from commit 83154c72)
parent 716c43f7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -838,7 +838,7 @@ htmx:
    url:  https://raw.githubusercontent.com/bigskysoftware/htmx/refs/tags/v2.0.4/LICENSE
    gpl-compatible: true
  js:
    assets/vendor/htmx/htmx.min.js: { minified: true }
    assets/vendor/htmx/htmx.min.js: { minified: true, preprocess: false }

internal.floating-ui:
  remote: https://github.com/floating-ui/floating-ui
+4 −4
Original line number Diff line number Diff line
@@ -49,8 +49,8 @@ public function testFrontAndRecipesPagesAuthenticated(): void {
    }, 'umamiFrontAndRecipePagesAuthenticated');

    $expected = [
      'ScriptCount' => 3,
      'ScriptBytes' => 254880,
      'ScriptCount' => 6,
      'ScriptBytes' => 203600,
      'StylesheetCount' => 5,
      'StylesheetBytes' => 81750,
    ];
@@ -70,8 +70,8 @@ public function testFrontAndRecipesPagesEditor(): void {
      $this->doRequests();
    }, 'umamiFrontAndRecipePagesEditor');
    $expected = [
      'ScriptCount' => 5,
      'ScriptBytes' => 447518,
      'ScriptCount' => 8,
      'ScriptBytes' => 396300,
      'StylesheetCount' => 5,
      'StylesheetBytes' => 204350,
    ];
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ protected function doTestNodePageAdministrator(): void {
      'CacheDeleteCount' => 0,
      'CacheTagInvalidationCount' => 0,
      'CacheTagLookupQueryCount' => 32,
      'ScriptCount' => 3,
      'ScriptCount' => 5,
      'ScriptBytes' => 198900,
      'StylesheetCount' => 8,
      'StylesheetBytes' => 78297,