diff options
Diffstat (limited to 'vendor/twbs/bootstrap/.bundlewatch.config.json')
-rw-r--r-- | vendor/twbs/bootstrap/.bundlewatch.config.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/.bundlewatch.config.json b/vendor/twbs/bootstrap/.bundlewatch.config.json new file mode 100644 index 000000000..e12dda918 --- /dev/null +++ b/vendor/twbs/bootstrap/.bundlewatch.config.json @@ -0,0 +1,50 @@ +{ + "files": [ + { + "path": "./dist/css/bootstrap-grid.css", + "maxSize": "7 kB" + }, + { + "path": "./dist/css/bootstrap-grid.min.css", + "maxSize": "6.25 kB" + }, + { + "path": "./dist/css/bootstrap-reboot.css", + "maxSize": "2 kB" + }, + { + "path": "./dist/css/bootstrap-reboot.min.css", + "maxSize": "2 kB" + }, + { + "path": "./dist/css/bootstrap.css", + "maxSize": "25.5 kB" + }, + { + "path": "./dist/css/bootstrap.min.css", + "maxSize": "23.5 kB" + }, + { + "path": "./dist/js/bootstrap.bundle.js", + "maxSize": "47.50 kB" + }, + { + "path": "./dist/js/bootstrap.bundle.min.js", + "maxSize": "21.5 kB" + }, + { + "path": "./dist/js/bootstrap.js", + "maxSize": "25 kB" + }, + { + "path": "./dist/js/bootstrap.min.js", + "maxSize": "14.75 kB" + } + ], + "ci": { + "trackBranches": [ + "main", + "v4-dev" + ] + } +} |