diff options
Diffstat (limited to 'vendor/twbs/bootstrap/bundlesize.config.json')
-rw-r--r-- | vendor/twbs/bootstrap/bundlesize.config.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/bundlesize.config.json b/vendor/twbs/bootstrap/bundlesize.config.json new file mode 100644 index 000000000..91dd0823b --- /dev/null +++ b/vendor/twbs/bootstrap/bundlesize.config.json @@ -0,0 +1,44 @@ +{ + "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": "22.25 kB" + }, + { + "path": "./dist/js/bootstrap.js", + "maxSize": "25 kB" + }, + { + "path": "./dist/js/bootstrap.min.js", + "maxSize": "15.5 kB" + } + ] +} |