Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/coreui/coreui
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Oct 28, 2024
2 parents eecb98a + b733658 commit b4aa458
Show file tree
Hide file tree
Showing 112 changed files with 8,000 additions and 7,774 deletions.
6 changes: 1 addition & 5 deletions build/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,14 @@ const plugins = [
})
]
const globals = {
'@popperjs/core': 'Popper',
'date-fns': 'dateFns'
'@popperjs/core': 'Popper'
}

if (BUNDLE) {
destinationFile += '.bundle'
// Remove last entry in external array to bundle Popper
external.pop()
delete globals['@popperjs/core']
// Remove last entry in external array to bundle dateFns
external.pop()
delete globals['date-fns']
plugins.push(
replace({
'process.env.NODE_ENV': '"production"',
Expand Down
12 changes: 6 additions & 6 deletions dist/css/coreui-grid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/coreui-grid.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-grid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-grid.min.css.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/css/coreui-grid.rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/coreui-grid.rtl.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-grid.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-grid.rtl.min.css.map

Large diffs are not rendered by default.

90 changes: 45 additions & 45 deletions dist/css/coreui-reboot.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/coreui-reboot.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit b4aa458

Please sign in to comment.