From 8425e9fe383c17f6a5589c778658c5fc0570ae8f Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Thu, 14 Nov 2013 14:37:53 -0800 Subject: 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--- angularFiles.js | 1 + 1 file changed, 1 insertion(+) (limited to 'angularFiles.js') 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' ], -- cgit v1.2.3