Dust.Parsers.URI (Dust v0.0.2-dev) View Source
Parse document and returl all links/URIs to styles with absolute urls.
Link to this section Summary
Functions
Expands relative urls to absolute urls and augments things like
Extract all CSS url(...)
links
Link to this section Functions
Specs
Expands relative urls to absolute urls and augments things like
protocol https
-> // -> https://..
relative paths
../../../some.css => example.com/styles/some.css
We also take care about default scheme which is https
if relative_path
starts with //example.com/my/awesome/style
Specs
Extract all CSS url(...)
links