docs: fix JS plunker generation for beta

closes #531
This commit is contained in:
Ward Bell 2015-12-15 12:59:56 -08:00
parent 0902d511cb
commit a1c5d44468
2 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,7 @@
{
"description": "QuickStart",
"files": [
"!**/*.[1].*"
],
"tags": ["quickstart"]
}

View File

@ -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'
},
{