namespace Drupal\advagg_mod\Asset in Advanced CSS/JS Aggregation 8.4
Same name in other branches
Class | Location | Description |
---|---|---|
AsyncJs |
advagg_mod/ |
Add async tag to scripts. |
DeferCss |
advagg_mod/ |
Modify stylesheet links to defer them. May lead to Flash of unstyled content. |
DeferJs |
advagg_mod/ |
Add defer tag to scripts. |
RemoveConsoleLog |
advagg_mod/ |
Remove console.log() calls from JavaScript Files. |
TranslateCss |
advagg_mod/ |
Applies the t() function to strings in CSS assets. |