Benjamin Reim
Benjamin Reim
Thanks for the fast reply! Indeed I had not seen that such an option to split builds exist. An open question for me would be if the bundles can be...
@codeworrior I fully agree with what you said. Thanks for your detailed answer!
@matz3 agreed, and thanks for the response. In our project, we consume multiple ui5 libraries as CDN preload bundles (`library-preload.json` files) and when looking at the code coverage, there is...
Does the current implementation as in the PR already support SAML authentication?
CSS bundling might not only be helpful in terms of performance, but also in regards to enabling caching mechanisms. [Currently ](https://github.com/petermuessig/ui5-ecosystem-showcase/issues/168)its seems as that there is no straight-forward way of...
Verified that the issue still persists in tooling version 2
Hope I don’t come across as impatient, but is there any chance this issue will be addressed within the upcoming releases? AFAIK the builder/exclude section just doesn’t work as explained...
Hm, just observed that while an absolute path does not work, a relative path does actually work: ```yaml builder: resources: excludes: - "/scripts/**" ```
Hey - thanks for the explanation. It definitely makes sense now. 👍 IMHO such a check is not necessary. Though maybe the documentation could be enhanced a bit? I was...
@petermuessig Thanks for explaining that. I was actually using the cachebusting feature provided the `grunt-sapui5-bestpractice-build` before - and as you mentioned already - that plugin also didn’t consider static application...