mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Update to Angular RC 1
This commit is contained in:
parent
bc503c2a62
commit
230809efa1
20 changed files with 135 additions and 55 deletions
15
client/systemjs.bundle.js
Normal file
15
client/systemjs.bundle.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
var SystemBuilder = require('systemjs-builder')
|
||||
var builder = new SystemBuilder('node_modules', 'systemjs.config.js')
|
||||
|
||||
var toBundle = [
|
||||
'rxjs/Rx',
|
||||
'@angular/common',
|
||||
'@angular/compiler',
|
||||
'@angular/core',
|
||||
'@angular/http',
|
||||
'@angular/platform-browser',
|
||||
'@angular/platform-browser-dynamic',
|
||||
'@angular/router-deprecated'
|
||||
]
|
||||
|
||||
builder.bundle(toBundle.join(' + '), 'bundles/angular-rxjs.bundle.js')
|
Loading…
Add table
Add a link
Reference in a new issue