* plunker builder removes files and scripts not needed in plunkers (e.g., systemjs.config.js) * no longer adds placeholder README.md (deemed a distraction) * tag is now "Angular" instead of "Angular2" * new plnkr.json "includeSystemConfig" option adds systemjs.config.js back; needed for testing plnkrs. * incidentally changes comment "Polyfill(s)" to "Polyfills" in all index.html
22 lines
370 B
JSON
22 lines
370 B
JSON
{
|
|
"description": "Testing - bag.specs",
|
|
"files":[
|
|
"browser-test-shim.js",
|
|
"systemjs.config.extras.js",
|
|
"styles.css",
|
|
|
|
"app/bag/**/*.html",
|
|
"app/bag/**/*.ts",
|
|
"app/bag/**/*.spec.ts",
|
|
|
|
"!app/bag/bag-main.ts",
|
|
|
|
"testing/*.ts",
|
|
|
|
"bag-specs.html"
|
|
],
|
|
"main": "bag-specs.html",
|
|
"tags": ["testing"],
|
|
"includeSystemConfig": true
|
|
}
|