Include fonts.

This commit is contained in:
Lars Jung 2014-06-18 17:58:59 +02:00
parent c240ee117d
commit d81ef1ec10
24 changed files with 179 additions and 3 deletions

View file

@ -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);