Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-04-08 21:28:54 +0300
committerGitHub <noreply@github.com>2020-04-08 21:28:54 +0300
commit9f6ccf9d123a35b3bc2ff48fc3312afb515b4441 (patch)
treebbeae3139f65bf19746ec38d5e5fe662eeee3689 /.bundlewatch.config.json
parent64050f43bc28106c697cedb4c9291ac6572b4d4e (diff)
Replace bundlesize with bundlewatch. (#30538)
Diffstat (limited to '.bundlewatch.config.json')
-rw-r--r--.bundlewatch.config.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json
new file mode 100644
index 0000000000..da23ad29fd
--- /dev/null
+++ b/.bundlewatch.config.json
@@ -0,0 +1,60 @@
+{
+ "files": [
+ {
+ "path": "./dist/css/bootstrap-grid.css",
+ "maxSize": "7.1 kB"
+ },
+ {
+ "path": "./dist/css/bootstrap-grid.min.css",
+ "maxSize": "6.4 kB"
+ },
+ {
+ "path": "./dist/css/bootstrap-reboot.css",
+ "maxSize": "2 kB"
+ },
+ {
+ "path": "./dist/css/bootstrap-reboot.min.css",
+ "maxSize": "2 kB"
+ },
+ {
+ "path": "./dist/css/bootstrap-utilities.css",
+ "maxSize": "8 kB"
+ },
+ {
+ "path": "./dist/css/bootstrap-utilities.min.css",
+ "maxSize": "7 kB"
+ },
+ {
+ "path": "./dist/css/bootstrap.css",
+ "maxSize": "25 kB"
+ },
+ {
+ "path": "./dist/css/bootstrap.min.css",
+ "maxSize": "23 kB"
+ },
+ {
+ "path": "./dist/js/bootstrap.bundle.js",
+ "maxSize": "51 kB"
+ },
+ {
+ "path": "./dist/js/bootstrap.bundle.min.js",
+ "maxSize": "23 kB"
+ },
+ {
+ "path": "./dist/js/bootstrap.esm.js",
+ "maxSize": "28 kB"
+ },
+ {
+ "path": "./dist/js/bootstrap.esm.min.js",
+ "maxSize": "19 kB"
+ },
+ {
+ "path": "./dist/js/bootstrap.js",
+ "maxSize": "29 kB"
+ },
+ {
+ "path": "./dist/js/bootstrap.min.js",
+ "maxSize": "16.5 kB"
+ }
+ ]
+}