Ensure XB works with CSS + JS aggregation, including for (auto-saved) code components

Created on 25 April 2025, 9 days ago

Overview

  1. πŸ› Auto-saved Javascript Components CSS changes do not work with CSS aggregation Active made me realize that we have no explicit (functional) tests with CSS (nor JS) aggregation on.
  2. Plus, our end-to-end test suite is already running with JS aggregation explicitly turned off:
        $config = \Drupal::service('config.factory')->getEditable('system.performance');
        $config->set('js.preprocess', FALSE);
        $config->save();
    

    β€” \Drupal\Tests\experience_builder\TestSite\XBTestSetup::setup
    (since πŸ“Œ Media Library integration (includes introducing a new main content renderer/`_wrapper_format`) Fixed )

Proposed resolution

Explicit test coverage!

User interface changes

None.

πŸ“Œ Task
Status

Active

Version

0.0

Component

Page builder

Created by

πŸ‡§πŸ‡ͺBelgium wim leers Ghent πŸ‡§πŸ‡ͺπŸ‡ͺπŸ‡Ί

Live updates comments and jobs are added and updated live.
  • Performance

    It affects performance. It is often combined with the Needs profiling tag.

Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024