docs(plunkers): prepare plunkers for the quickstart reboot (#2759)

* 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
This commit is contained in:
Ward Bell
2016-11-05 12:53:47 -07:00
committed by GitHub
parent 6714e171c8
commit 8fafa8a01e
65 changed files with 88 additions and 106 deletions
@@ -8,5 +8,6 @@
"1st-specs.html"
],
"main": "1st-specs.html",
"tags": ["testing"]
"tags": ["testing"],
"includeSystemConfig": true
}
@@ -19,5 +19,6 @@
"app-specs.html"
],
"main": "app-specs.html",
"tags": ["testing"]
"tags": ["testing"],
"includeSystemConfig": true
}
@@ -16,5 +16,6 @@
"bag-specs.html"
],
"main": "bag-specs.html",
"tags": ["testing"]
"tags": ["testing"],
"includeSystemConfig": true
}
+1 -1
View File
@@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<!-- Polyfill(s) for older browsers -->
<!-- Polyfills for older browsers -->
<script src="node_modules/core-js/client/shim.min.js"></script>
<script src="node_modules/zone.js/dist/zone.js"></script>
+1 -1
View File
@@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<!-- Polyfill(s) for older browsers -->
<!-- Polyfills for older browsers -->
<script src="node_modules/core-js/client/shim.min.js"></script>
<script src="node_modules/zone.js/dist/zone.js"></script>