mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-20 20:39:54 +01:00
Fix comment.
This commit is contained in:
parent
ec0b3b1789
commit
dbdb4e01ff
@ -85,7 +85,7 @@ module.exports = function (make) {
|
||||
|
||||
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.homepage + ' */';
|
||||
|
||||
$(src + ': _h5ai/client/js/*.js')
|
||||
.newerThan(mapSrc, $(src + ': _h5ai/client/js/**'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user