mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Include fonts.
This commit is contained in:
parent
c240ee117d
commit
d81ef1ec10
24 changed files with 179 additions and 3 deletions
|
@ -110,6 +110,10 @@ module.exports = function (make) {
|
|||
.handlebars(make.env)
|
||||
.WRITE(mapSrc);
|
||||
|
||||
$(src + ': _h5ai/client/css/fonts/**')
|
||||
.newerThan(mapSrc)
|
||||
.WRITE(mapSrc);
|
||||
|
||||
$(root + ': *.md')
|
||||
.newerThan(mapRoot)
|
||||
.WRITE(mapRoot);
|
||||
|
@ -141,6 +145,10 @@ module.exports = function (make) {
|
|||
.handlebars(make.env)
|
||||
.WRITE(mapSrc);
|
||||
|
||||
$(src + ': _h5ai/client/css/fonts/**')
|
||||
.newerThan(mapSrc)
|
||||
.WRITE(mapSrc);
|
||||
|
||||
$(root + ': *.md')
|
||||
.newerThan(mapRoot)
|
||||
.WRITE(mapRoot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue