From a1c5d444688468e13f5c7776caf1dc57b9ba5e70 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Tue, 15 Dec 2015 12:59:56 -0800 Subject: [PATCH] docs: fix JS plunker generation for beta closes #531 --- public/docs/_examples/quickstart/js/plnkr.json | 7 +++++++ tools/plunker-builder/indexHtmlTranslator.js | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 public/docs/_examples/quickstart/js/plnkr.json diff --git a/public/docs/_examples/quickstart/js/plnkr.json b/public/docs/_examples/quickstart/js/plnkr.json new file mode 100644 index 0000000000..16a1c9a6c0 --- /dev/null +++ b/public/docs/_examples/quickstart/js/plnkr.json @@ -0,0 +1,7 @@ +{ + "description": "QuickStart", + "files": [ + "!**/*.[1].*" + ], + "tags": ["quickstart"] +} diff --git a/tools/plunker-builder/indexHtmlTranslator.js b/tools/plunker-builder/indexHtmlTranslator.js index 8eb91ed407..c7c0d94a61 100644 --- a/tools/plunker-builder/indexHtmlTranslator.js +++ b/tools/plunker-builder/indexHtmlTranslator.js @@ -45,7 +45,7 @@ var _rxData = [ }, { pattern: 'script', - from: 'node_modules/angular2/bundles/angular2-all.umd.dev.js', + from: 'node_modules/angular2/bundles/angular2-all.umd.js', to: 'https://code.angularjs.org/2.0.0-beta.0/angular2-all.umd.dev.js' }, { @@ -60,7 +60,7 @@ var _rxData = [ }, { pattern: 'script', - from: 'node_modules/rxjs/bundles/rx.umd.js', + from: 'node_modules/rxjs/bundles/Rx.umd.js', to: 'https://code.angularjs.org/2.0.0-beta.0/Rx.umd.js' }, {