Skip to content

Commit

Permalink
Merge pull request #665 from Gizra/remove-advagg
Browse files Browse the repository at this point in the history
Remove advagg
  • Loading branch information
mariano-dagostino authored Apr 30, 2024
2 parents a09aef9 + 776e2ca commit 57534be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 147 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"drupal/admin_toolbar": "^3.4",
"drupal/advagg": "^6.0@alpha",
"drupal/block_plugin_view_builder": "^1.0",
"drupal/classy": "^1.0",
"drupal/config_filter": "^2.4",
Expand Down
147 changes: 3 additions & 144 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions web/sites/default/settings.ddev.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@

$config['system.performance']['css']['preprocess'] = FALSE;
$config['system.performance']['js']['preprocess'] = FALSE;
// Disable Advagg on ddev.
$config['advagg.settings']['enabled'] = FALSE;

// Excludes modules from configuration export, as they should not be enabled on
// production.
Expand Down

0 comments on commit 57534be

Please sign in to comment.