mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-08 23:06:46 +02:00
Update build.
This commit is contained in:
@@ -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/**')
|
||||
|
Reference in New Issue
Block a user