mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Fixes makefile.
This commit is contained in:
parent
3c5a859f28
commit
59609aaee9
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ module.exports = function (make) {
|
|||
.jade()
|
||||
.write($.OVERWRITE, mapSrc);
|
||||
|
||||
$(src + ': **, ! _h5ai/client/**, ! **/*.jade')
|
||||
$(src + ': **, ! _h5ai/client/js/**, ! _h5ai/client/css/**, ! **/*.jade')
|
||||
.modified(mapSrc)
|
||||
.handlebars(handlebarsEnv)
|
||||
.write($.OVERWRITE, mapSrc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue