-
Bug
-
Resolution: Done
-
Critical
-
Kogito Tooling 0.31.0
-
False
-
None
-
False
-
-
---
-
---
-
-
-
2023 Week 27-29 (from Jul 3), 2023 Week 30-32 (from Jul 24)
Please refer to the attached image
- Left: current release
- Right: main branch
Expected Result:
All fonts and other external resources should be included in single JS file bundle.
Work identified:
- small CSS tuning if needed
- rearranged loading of CSS and js scripts for jqury, bootstrap and their plugins, gwtbootstrap, patternfly
- Number of fonts decreased to woff/woff2 and truetype (I tested on ipad and it works well)
- fonts are embedded in CSS stylesheets.
+ one bundle for the whole app, we are one step closer
+ easier to maintain in a hybrid environment
- base64 has an overhead, not much but it's still there.
- is related to
-
KOGITO-9728 SWF Editor - (Apache) Remove Patternfly files from stunner source code
- Resolved