Skip to content

Commit

Permalink
Use a minify version in rendered HTML
Browse files Browse the repository at this point in the history
The unminify is kept so that for update we can easily see the change made.
  • Loading branch information
cderv committed Oct 28, 2024
1 parent 7a3beb6 commit 6ef8820
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions _extensions/fontawesome/assets/css/all.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _extensions/fontawesome/fontawesome.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local function ensureHtmlDeps()
quarto.doc.add_html_dependency({
name = 'fontawesome6',
version = '0.1.0',
stylesheets = {'assets/css/all.css', 'assets/css/latex-fontsize.css'}
stylesheets = {'assets/css/all.min.css', 'assets/css/latex-fontsize.css'}
})
end

Expand Down

0 comments on commit 6ef8820

Please sign in to comment.