We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad1468 commit 487b9beCopy full SHA for 487b9be
1 file changed
gulpfile.js/validate-build.js
@@ -29,7 +29,7 @@ const DEV_MAX_TOTAL_SIZE_MB = 100;
29
// Custom size limits for known large files (size in MB) For development builds
30
const LARGE_FILE_LIST_DEV = {
31
'dist/thirdparty/no-minify/language-worker.js.map': 10,
32
- 'dist/brackets-min.js': 15
+ 'dist/brackets-min.js': 20
33
};
34
35
// Size limits for production/staging builds (in MB)
0 commit comments