1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-08 06:46:36 +02:00

Update build file.

This commit is contained in:
Lars Jung
2015-04-18 13:53:05 +02:00
parent 85599f8a33
commit 0fd6e2c878

View File

@@ -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')
.less()
@@ -155,7 +157,7 @@ module.exports = function (suite) {
.write(build + '/test/tests.js', true);
$(root + '/test/index.html.jade')
.jade()
.jade(env)
.write(build + '/test/index.html', true);
$.report({