Dust.Parsers.JS (Dust v0.0.2-dev) View Source
Parse document and returl all links/URIs to scripts with absolute urls.
Link to this section Summary
Functions
Extract all links to JavaScript assets
Link to this section Functions
Specs
parse(Floki.html_tree() | Floki.html_tag()) :: [String.t()]
Extract all links to JavaScript assets
Following selectors are used:
link[as=script]
script