mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-07-31 10:30:15 +02:00
Fix.
This commit is contained in:
@@ -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/**'))
|
||||||
|
Reference in New Issue
Block a user