14 lines
398 B
JSON
14 lines
398 B
JSON
{
|
|
"framework": "qunit",
|
|
"test_page": "tmp/result/tests/index.html",
|
|
"routes": {
|
|
"/tests/tests.js": "tmp/result/tests/tests.js",
|
|
"/assets/app.js": "tmp/result/assets/app.js",
|
|
"/assets/templates.js": "tmp/result/assets/templates.js",
|
|
"/assets/app.css": "tmp/result/assets/app.css"
|
|
},
|
|
"src_files": [
|
|
"tmp/result/**/*.js"
|
|
],
|
|
"launch_in_dev": ["PhantomJS", "Chrome"]
|
|
}
|