There was an error while loading. Please reload this page.
1 parent 30085d0 commit c997412Copy full SHA for c997412
1 file changed
gulpfile.js/validate-build.js
@@ -40,7 +40,7 @@ const PROD_MAX_TOTAL_SIZE_MB = 80;
40
// for the aggregate/total). Bump a limit only enough to restore that margin when a file legitimately
41
// grows - don't pad it large, so unexpected size jumps still get caught.
42
const LARGE_FILE_LIST_PROD = {
43
- 'dist/brackets.js': 11, // this is the full minified file itself renamed in prod (~10 MB + 1 MB margin)
+ 'dist/brackets.js': 12, // this is the full minified file itself renamed in prod (~11 MB + 1 MB margin)
44
'dist/phoenix/virtualfs.js.map': 3
45
};
46
0 commit comments