mirror of
https://github.com/lrsjng/h5ai
synced 2025-12-25 18:23:24 +01: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/**')
|
||||
|
|
|
|||
10
package.json
10
package.json
|
|
@ -15,15 +15,15 @@
|
|||
"test": "mocha --recursive test"
|
||||
},
|
||||
"dependencies": {
|
||||
"fquery": "~0.12.17",
|
||||
"fquery": "~0.13.3",
|
||||
"fquery-cssmin": "~0.2.0",
|
||||
"fquery-handlebars": "~0.1.0",
|
||||
"fquery-includeit": "~0.1.1",
|
||||
"fquery-includeit": "~0.2.0",
|
||||
"fquery-jade": "~0.2.1",
|
||||
"fquery-jshint": "~0.1.0",
|
||||
"fquery-jshint": "~0.2.0",
|
||||
"fquery-jszip": "~0.1.0",
|
||||
"fquery-less": "~0.1.5",
|
||||
"fquery-uglifyjs": "~0.1.3",
|
||||
"mkr": "~0.3.0"
|
||||
"fquery-uglifyjs": "~0.2.1",
|
||||
"mkr": "~0.5.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue