mirror of
https://github.com/getgrav/grav.git
synced 2026-03-04 19:41:36 +01:00
* Assets.php: Extract common functionaly of addCss() and addJs() into addTo(), make css() and js() honor $attributes['loading'], make pipelineCss() and pipelineJs() return generated content instead of URL depending on new option $returnURL. * AssetsTest.php: Accept new 'loading' option for CSS, add tests for adding and pipelining local and remote assets with inline loading.