start playing with 0.15 bundle format
This commit is contained in:
parent
3be22c5654
commit
ba51d75528
14 changed files with 1221 additions and 288 deletions
|
|
@ -95,8 +95,8 @@
|
|||
}
|
||||
}}
|
||||
|
||||
html.style(get-css())
|
||||
html.script(get-js())
|
||||
get-css()
|
||||
get-js()
|
||||
context for tag in additionnal-head-tags.final() {
|
||||
tag
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,12 +22,12 @@
|
|||
|
||||
/// Concatenate all css found in css-list at the end of the document
|
||||
#let get-css() = context {
|
||||
css-list.final().join("\n\n")
|
||||
html.style(css-list.final().join("\n\n"))
|
||||
}
|
||||
|
||||
/// Concatenate all js found in js-list at the end of the document
|
||||
#let get-js() = context {
|
||||
js-list.final().join("\n\n")
|
||||
html.script(js-list.final().join("\n\n"))
|
||||
}
|
||||
|
||||
#let html-show(body) = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue