Skip to content
Snippets Groups Projects

Issue #3384272: Allow to validate Apache/Nginx configuration requirement for aggregation folder before enabling aggregation.

Open Issue #3384272: Allow to validate Apache/Nginx configuration requirement for aggregation folder before enabling aggregation.
1 unresolved thread
Open Oleh Vehera requested to merge issue/drupal-3384272:3384272-allow-to-validate into 11.x
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
144 144 ];
145 145
146 146 $form['bandwidth_optimization']['preprocess_css'] = [
147 '#prefix' => '<div data-assets-validate-messages></div>',
147 148 '#type' => 'checkbox',
148 149 '#title' => $this->t('Aggregate CSS files'),
149 150 '#config_target' => 'system.performance:css.preprocess',
150 151 '#disabled' => $disabled,
152 '#attached' => ['library' => ['system/assets.validate']],
153 '#attributes' => [
154 'data-performance-assets-validate-path' => Url::fromRoute(
155 'system.css_asset',
156 ['file_name' => '_validate.css']
Please register or sign in to reply
Loading