This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6abbaaed89
angular-cn
/
aio
/
scripts
/
_payload-limits.json
12 lines
149 B
JSON
Raw
Normal View
History
Unescape
Escape
ci: Update 1% payload size test (#20524) PR Close #20524
2017-11-18 15:26:33 -05:00
{
ci: fix the payload-size checking scripts (#20683) The scripts were accidentally broken in #20524. More specifically, when a limit was exceeded the script would break while trying to log an error message due to a missing `commit` variable. This commit fixes it and also does some minor clean-up (improve docs, use more descriptive variable names, remove dead code, etc). PR Close #20683
2017-11-29 05:47:04 -05:00
"aio"
:
{
"master"
:
{
"uncompressed"
:
{
fix(docs-infra): do not use an Angular element in hard-coded `FETCH_ERROR` document (#27250) The `FETCH_ERROR` document is used when we are unable to retrieve a document (except for 404 errors), which includes when there is no internet connection. Using the `<current-location>` element in the document's template to show the path of the page we failed to retrieve assumes that the element's bundle is available (e.g. cached by the SW) or can be fetched from the server. When none of these conditions is met, the `DocViewer` is unable to prepare the document and fails, never showing the `FETCH_ERROR` page to the user. Furthermore, the path we are looking to retrieve via `<current-location>` is essentially the document ID, which we already have. Thus, loading and instantiating a whole component just for that is overkill. This commit addresses both issues by getting rid of the `<current-location>` component and directly embedding the document ID into the `FETCH_ERROR` content. PR Close #27250
2018-11-27 10:16:08 -05:00
"runtime"
:
3799
,
"main"
:
501972
,
build: error when files specified in payload size limits are missing (#27250) PR Close #27250
2018-11-23 14:08:23 -05:00
"polyfills"
:
53926
ci: fix the payload-size checking scripts (#20683) The scripts were accidentally broken in #20524. More specifically, when a limit was exceeded the script would break while trying to log an error message due to a missing `commit` variable. This commit fixes it and also does some minor clean-up (improve docs, use more descriptive variable names, remove dead code, etc). PR Close #20683
2017-11-29 05:47:04 -05:00
}
}
}
build(aio): update payload size limits (#23944) PR Close #23944
2018-05-24 05:23:43 -04:00
}