Copyright © (c) 2009-2020 Marc Worrell
Authors: Marc Worrell (marc@worrell.nl).
option() = minify | {minify, boolean()} | async | {async, boolean()} | absolute_url | {absolute_url, boolean()} | {media, binary()} | {rel, binary()} | {title, binary()}
options() = [option()]
tag/2 | Generate the link and/or script tags for the given files. |
tag/3 | Generate the link and/or script tags for the given files. |
uncollapse/1 | Given the filepath of the request, return all files collapsed in the path. |
url/2 | Generate urls for the given files, js and css files are separated. |
url/3 | Generate urls for the given files, js and css files are separated. |
tag(Files::[binary()], Context::z:context()) -> [[binary()]]
Generate the link and/or script tags for the given files.
tag(Files::[binary()], Args::options(), Context::z:context()) -> [[binary()]]
Generate the link and/or script tags for the given files.
uncollapse(Path::string() | binary()) -> [binary()]
Given the filepath of the request, return all files collapsed in the path.
url(Files::[binary()], Context::z:context()) -> [binary()]
Generate urls for the given files, js and css files are separated.
url(Files::[binary()], Args::options(), Context::z:context()) -> [binary()]
Generate urls for the given files, js and css files are separated.
Generated by EDoc