chore(assets): add librarybot dir entries for katex/lightgallery/fontawesome static assets

Add type: dir items with baseDir: static/lib for fonts and images that
must be served as static files, so librarybot can keep them in sync on
version bumps.
This commit is contained in:
Cell
2026-06-27 17:38:23 +08:00
parent fb0c00e274
commit ea140e35f8
6 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v1.0.0-mqw3lkj1" -}}
{{- hugo.Store.Set "version" "v1.0.0-mqw63fvq" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}
+20
View File
@@ -69,6 +69,11 @@ libraries:
items:
- from: css/all.min.css
to: fontawesome-free/all.min.css
- type: dir
from: webfonts
to: webfonts
baseDir: static/lib
clean: true
- npm: fuse.js
version: 7.4.2
local:
@@ -103,6 +108,11 @@ libraries:
to: katex/copy-tex.min.js
- from: dist/katex.min.css
to: katex/katex.min.css
- type: dir
from: dist/fonts
to: katex/fonts
baseDir: static/lib
clean: true
- npm: lightgallery
version: 2.9.0
local:
@@ -115,6 +125,16 @@ libraries:
to: lightgallery/plugins/thumbnail/lg-thumbnail.min.js
- from: plugins/zoom/lg-zoom.min.js
to: lightgallery/lg-zoom.min.js
- type: dir
from: fonts
to: lightgallery/fonts
baseDir: static/lib
clean: true
- type: dir
from: images
to: lightgallery/images
baseDir: static/lib
clean: true
- npm: mapbox-gl
version: 3.24.0
local:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.