From dc3b09c8f38872ef8b792a4b551671a6105754cc Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 13 Jun 2020 10:00:50 +0000 Subject: composer update bootstrap --- vendor/twbs/bootstrap/.bundlewatch.config.json | 50 ++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 vendor/twbs/bootstrap/.bundlewatch.config.json (limited to 'vendor/twbs/bootstrap/.bundlewatch.config.json') diff --git a/vendor/twbs/bootstrap/.bundlewatch.config.json b/vendor/twbs/bootstrap/.bundlewatch.config.json new file mode 100644 index 000000000..049cf6d7d --- /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.25 kB" + }, + { + "path": "./dist/css/bootstrap.min.css", + "maxSize": "23.25 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": [ + "master", + "v4-dev" + ] + } +} -- cgit v1.2.3