10000 Update tests and workflows by mrholek · Pull Request #884 · coreui/coreui · GitHub
[go: up one dir, main page]

Skip to content

Update tests and workflows #884

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 5, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build: update bundlewatch config
  • Loading branch information
mrholek committed Jan 5, 2025
commit 6ba6f59607155ad29ebfe9375b3775db108fc02d
20 changes: 10 additions & 10 deletions .bundlewatch.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,59 +2,59 @@
"files": [
{
"path": "./dist/css/coreui-grid.css",
"maxSize": "7.5 kB"
"maxSize": "7.50 kB"
},
{
"path": "./dist/css/coreui-grid.min.css",
"maxSize": "6.55 kB"
},
{
"path": "./dist/css/coreui-reboot.css",
"maxSize": "3.55 kB"
"maxSize": "3.70 kB"
},
{
"path": "./dist/css/coreui-reboot.min.css",
"maxSize": "3.4 kB"
"maxSize": "3.60 kB"
},
{
"path": "./dist/css/coreui-utilities.css",
"maxSize": "12.90 kB"
"maxSize": "13.1 kB"
},
{
"path": "./dist/css/coreui-utilities.min.css",
"maxSize": "11.90 kB"
"maxSize": "12.10 kB"
},
{
"path": "./dist/css/coreui.css",
"maxSize": "39.70 kB"
"maxSize": "40.60 kB"
},
{
"path": "./dist/css/coreui.min.css",
"maxSize": "37.05 kB"
"maxSize": "38.00 kB"
},
{
"path": "./dist/js/coreui.bundle.js",
"maxSize": "45.85 kB"
},
{
"path": "./dist/js/coreui.bundle.min.js",
"maxSize": "24.75 kB"
"maxSize": "24.80 kB"
},
{
"path": "./dist/js/coreui.esm.js",
"maxSize": "30.80 kB"
},
{
"path": "./dist/js/coreui.esm.min.js",
"maxSize": "19.75 kB"
"maxSize": "19.80 kB"
},
{
"path": "./dist/js/coreui.js",
"maxSize": "31.55 kB"
},
{
"path": "./dist/js/coreui.min.js",
"maxSize": "17.65 kB"
"maxSize": "17.70 kB"
}
],
"ci": {
Expand Down
Loading
0