mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -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) {
|
getBuildSuffix(function (result) {
|
||||||
|
|
||||||
pkg.version += 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();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -88,7 +88,7 @@ module.exports = function (suite) {
|
||||||
browser: true
|
browser: true
|
||||||
};
|
};
|
||||||
var globals = {
|
var globals = {
|
||||||
'modulejs': true
|
modulejs: true
|
||||||
};
|
};
|
||||||
|
|
||||||
$(src + '/_h5ai/client/js: **/*.js, ! lib/**')
|
$(src + '/_h5ai/client/js: **/*.js, ! lib/**')
|
||||||
|
|
10
package.json
10
package.json
|
@ -15,15 +15,15 @@
|
||||||
"test": "mocha --recursive test"
|
"test": "mocha --recursive test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fquery": "~0.12.17",
|
"fquery": "~0.13.3",
|
||||||
"fquery-cssmin": "~0.2.0",
|
"fquery-cssmin": "~0.2.0",
|
||||||
"fquery-handlebars": "~0.1.0",
|
"fquery-handlebars": "~0.1.0",
|
||||||
"fquery-includeit": "~0.1.1",
|
"fquery-includeit": "~0.2.0",
|
||||||
"fquery-jade": "~0.2.1",
|
"fquery-jade": "~0.2.1",
|
||||||
"fquery-jshint": "~0.1.0",
|
"fquery-jshint": "~0.2.0",
|
||||||
"fquery-jszip": "~0.1.0",
|
"fquery-jszip": "~0.1.0",
|
||||||
"fquery-less": "~0.1.5",
|
"fquery-less": "~0.1.5",
|
||||||
"fquery-uglifyjs": "~0.1.3",
|
"fquery-uglifyjs": "~0.2.1",
|
||||||
"mkr": "~0.3.0"
|
"mkr": "~0.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue