mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 07:16:40 +02:00
Update build file.
This commit is contained in:
@@ -152,10 +152,6 @@ module.exports = function (suite) {
|
|||||||
.includeit()
|
.includeit()
|
||||||
.write(build + '/test/scripts.js', true);
|
.write(build + '/test/scripts.js', true);
|
||||||
|
|
||||||
$(root + '/test/tests.js')
|
|
||||||
.includeit()
|
|
||||||
.write(build + '/test/tests.js', true);
|
|
||||||
|
|
||||||
$(root + '/test/index.html.jade')
|
$(root + '/test/index.html.jade')
|
||||||
.jade(env)
|
.jade(env)
|
||||||
.write(build + '/test/index.html', true);
|
.write(build + '/test/index.html', true);
|
||||||
|
Reference in New Issue
Block a user