Same name in other branches
  1. 5.0.x Drupal\advagg_mod\Asset
  2. 8.x-3.x Drupal\advagg_mod\Asset
  3. 8.x-4.x Drupal\advagg_mod\Asset
Object name Nom du fichier Résumé
AsyncJs advagg_mod/src/Asset/AsyncJs.php Add async tag to scripts.
DeferCss advagg_mod/src/Asset/DeferCss.php Modify stylesheet links to defer them. May lead to Flash of unstyled content.
DeferJs advagg_mod/src/Asset/DeferJs.php Add defer tag to scripts.
RemoveConsoleLog advagg_mod/src/Asset/RemoveConsoleLog.php Remove console.log() calls from JavaScript Files.
TranslateCss advagg_mod/src/Asset/TranslateCss.php Applies the t() function to strings in CSS assets.