]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/systemjs.config.js
Follow the angular styleguide for the directories structure
[github/Chocobozzz/PeerTube.git] / client / systemjs.config.js
index 82ca5bb704f8cf6e6fbb22860f9de41c7e3d2cd3..d04bc4107711445288f001a3b3334c401f04abb0 100644 (file)
@@ -1,13 +1,12 @@
 ;(function (global) {
   var map = {
-    'app': 'app/angular',
-    'angular-pipes': 'app/node_modules/angular-pipes',
-    'ng2-bootstrap': 'app/node_modules/ng2-bootstrap',
-    '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' }
   }