mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 07:16:40 +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/**')
|
||||
|
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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user