mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Fix.
This commit is contained in:
parent
9331d38545
commit
448ad6a27e
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ module.exports = function (make) {
|
||||||
|
|
||||||
make.target('build', ['check-version'], 'build all updated files').sync(function () {
|
make.target('build', ['check-version'], 'build all updated files').sync(function () {
|
||||||
|
|
||||||
var header = '/* ' + pkg.name + ' ' + pkg.version + ' - ' + pkg.url + ' */'
|
var header = '/* ' + pkg.name + ' ' + pkg.version + ' - ' + pkg.url + ' */';
|
||||||
|
|
||||||
$(src + ': _h5ai/client/js/*.js')
|
$(src + ': _h5ai/client/js/*.js')
|
||||||
.modified(mapSrc, $(src + ': _h5ai/client/js/**'))
|
.modified(mapSrc, $(src + ': _h5ai/client/js/**'))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue