diff options
| author | Vojta Jina | 2013-11-14 14:37:53 -0800 | 
|---|---|---|
| committer | Vojta Jina | 2013-11-14 15:05:39 -0800 | 
| commit | 8425e9fe383c17f6a5589c778658c5fc0570ae8f (patch) | |
| tree | e71d091b84d4cc2b1925ab80284d9909657c079c /angularFiles.js | |
| parent | 94764ee08910726db1db7a1101c3001500306dea (diff) | |
| download | angular.js-8425e9fe383c17f6a5589c778658c5fc0570ae8f.tar.bz2 | |
fix(loader): don't rely on internal APIs
This significantly increases the size of the loader:
- minified: 1031bytes -> 1509bytes (+46%)
- minified + gzip: 593bytes -> 810bytes (+36%)
I'm not entirely sold on the idea of shipping minErr with the loade. With the current state, the angular-loader behavior is completely broken - this is just a quick fix, we can revisit this change in the future.
Closes #4437
Closes #4874
Diffstat (limited to 'angularFiles.js')
| -rwxr-xr-x | angularFiles.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/angularFiles.js b/angularFiles.js index 9603c289..9aa2ef7e 100755 --- a/angularFiles.js +++ b/angularFiles.js @@ -66,6 +66,7 @@ angularFiles = {    ],    'angularLoader': [ +    'src/minErr.js',      'src/loader.js'    ], | 
