This commit is contained in:
Lars Jung 2013-08-16 19:09:37 +02:00
parent 9331d38545
commit 448ad6a27e

View file

@ -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/**'))