diff options
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html index 4b273aae4..6a2085ca6 100644 --- a/client/index.html +++ b/client/index.html | |||
@@ -31,7 +31,10 @@ | |||
31 | format: 'register', | 31 | format: 'register', |
32 | defaultExtension: 'js' | 32 | defaultExtension: 'js' |
33 | } | 33 | } |
34 | }, | 34 | } |
35 | }, | ||
36 | map: { | ||
37 | 'angular-pipes/src/math/bytes.pipe': '/app/node_modules/angular-pipes/src/math/bytes.pipe.js' | ||
35 | } | 38 | } |
36 | }); | 39 | }); |
37 | System.import('/app/angular/bootstrap') | 40 | System.import('/app/angular/bootstrap') |