ui5-tooling
ui5-tooling copied to clipboard
Can ui5 tooling bundle external css files ? how ?
Can ui5 tooling bundle external css files ? how ?
I got this in my ui5.yaml but got nothing in return. Is there anything wrong with the config?
- bundleDefinition:
name: style_bundle.css
defaultFileTypes:
- ".css"
sections:
- mode: preload
filters:
- little/demo/css/**.css
resolve: true
sort: true
bundleOptions:
optimize: true
usePredefineCalls: true
Affected components (if known)
- [x] ui5-builder
- [ ] ui5-server
- [x] ui5-cli
- [ ] ui5-fs
- [ ] ui5-project
- [ ] ui5-logger
Bundling CSS files is currently not possible. This issue is similar to: https://github.com/SAP/ui5-tooling/issues/359