The static site generator for Grav CMS
Stars
169
Forks
17
Watchers
169
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
added tidal_disruption() calls for fetching srcset attribute in images and data attribute in object element and adapted tidal_disruption() to correctly handle the attribute value of scrset. also added function generateCssAssets() which extracts and returns all url values except data URIs so that assets referenced in CSS are added to the asset_links and get handled normally by the function pages(). included a check if the css file destination already exists or has not changed to avoid having new requests for the same css file on every page as this would lead to severe performance issues. however, this also means that the --force option can not be used for the files referenced in css.
418480cView on GitHubv1.0.1 - according to fork, this fixes an issue with asset generation
5c71f73View on GitHub