mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 20:14:37 -04:00
Update build file.
This commit is contained in:
parent
85599f8a33
commit
0fd6e2c878
1 changed files with 4 additions and 2 deletions
|
@ -130,7 +130,9 @@ module.exports = function (suite) {
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
suite.target('build-test', [], 'build a test suite').task(function () {
|
suite.target('build-test', ['check-version'], 'build a test suite').task(function () {
|
||||||
|
|
||||||
|
var env = {pkg: pkg};
|
||||||
|
|
||||||
$(src + '/_h5ai/client/css/styles.less')
|
$(src + '/_h5ai/client/css/styles.less')
|
||||||
.less()
|
.less()
|
||||||
|
@ -155,7 +157,7 @@ module.exports = function (suite) {
|
||||||
.write(build + '/test/tests.js', true);
|
.write(build + '/test/tests.js', true);
|
||||||
|
|
||||||
$(root + '/test/index.html.jade')
|
$(root + '/test/index.html.jade')
|
||||||
.jade()
|
.jade(env)
|
||||||
.write(build + '/test/index.html', true);
|
.write(build + '/test/index.html', true);
|
||||||
|
|
||||||
$.report({
|
$.report({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue