Update build.

This commit is contained in:
Lars Jung 2014-08-30 14:19:06 +02:00
parent 248bb29ccf
commit cbb86faadc
2 changed files with 7 additions and 7 deletions

View file

@ -57,7 +57,7 @@ module.exports = function (suite) {
getBuildSuffix(function (result) {
pkg.version += result;
$.Event.info({method: 'check-version', message: 'version set to ' + pkg.version});
$.report({type: 'info', method: 'check-version', message: 'version set to ' + pkg.version});
done();
});
});
@ -88,7 +88,7 @@ module.exports = function (suite) {
browser: true
};
var globals = {
'modulejs': true
modulejs: true
};
$(src + '/_h5ai/client/js: **/*.js, ! lib/**')