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 () {
|
||||
|
||||
var header = '/* ' + pkg.name + ' ' + pkg.version + ' - ' + pkg.url + ' */'
|
||||
var header = '/* ' + pkg.name + ' ' + pkg.version + ' - ' + pkg.url + ' */';
|
||||
|
||||
$(src + ': _h5ai/client/js/*.js')
|
||||
.modified(mapSrc, $(src + ': _h5ai/client/js/**'))
|
||||
|
|
Loading…
Add table
Reference in a new issue