]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/systemjs.config.js
Remove the include of ng2 bootstrap in the html index
[github/Chocobozzz/PeerTube.git] / client / systemjs.config.js
index 6b284ec63c2d37fe8f92ca65be3d55e5231ed750..d04bc4107711445288f001a3b3334c401f04abb0 100644 (file)
@@ -1,12 +1,13 @@
 ;(function (global) {
   var map = {
-    'app': 'app/angular',
-    'angular-pipes': 'app/node_modules/angular-pipes',
-    'angular-rxjs.bundle': 'app/bundles/angular-rxjs.bundle.js'
+    'angular-pipes': 'client/node_modules/angular-pipes',
+    'ng2-bootstrap': 'client/node_modules/ng2-bootstrap',
+    'angular-rxjs.bundle': 'client/bundles/angular-rxjs.bundle.js'
   }
 
   var packages = {
-    'app': { main: 'main.js', defaultExtension: 'js' },
+    'client': { main: 'main.js', defaultExtension: 'js' },
+    'ng2-bootstrap': { defaultExtension: 'js' },
     'rxjs': { defaultExtension: 'js' }
   }
   var packageNames = [
@@ -29,7 +30,7 @@
     packages: packages,
     bundles: {
       'angular-rxjs.bundle': [
-        'rxjs',
+        'rxjs/Rx.js',
         '@angular/common/index.js',
         '@angular/compiler/index.js',
         '@angular/core/index.js',