mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 20:14:37 -04:00
Update build.
This commit is contained in:
parent
248bb29ccf
commit
cbb86faadc
2 changed files with 7 additions and 7 deletions
|
@ -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/**')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue