diff options
author | Mario <mario@mariovavti.com> | 2020-06-13 10:00:50 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-06-13 10:00:50 +0000 |
commit | dc3b09c8f38872ef8b792a4b551671a6105754cc (patch) | |
tree | 554f130cc2d5a00088cad6c9a75ae0a8f2d558f8 /vendor/twbs/bootstrap/.bundlewatch.config.json | |
parent | c8c4513af98a9dd2a6d9331ba4b3ab3af0e95a5f (diff) | |
download | volse-hubzilla-dc3b09c8f38872ef8b792a4b551671a6105754cc.tar.gz volse-hubzilla-dc3b09c8f38872ef8b792a4b551671a6105754cc.tar.bz2 volse-hubzilla-dc3b09c8f38872ef8b792a4b551671a6105754cc.zip |
composer update bootstrap
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..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" + ] + } +} |