Fix comment.
This commit is contained in:
parent
ec0b3b1789
commit
dbdb4e01ff
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 () {
|
||||
|
||||
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…
Add table
Reference in a new issue