Merlin Beutlberger

Results 163 comments of Merlin Beutlberger

Thank you for reporting this issue. Sounds like we should introduce an `excludes` configuration for the cachebuster task, maybe defaulting to a top-level "index.html". Since the cachebuster in NW ABAP...

Hi Om, The `@sap/ui5-builder-webide-extension` module is not part of the UI5 Tooling project. Please reach out to SAP support directly: https://support.sap.com/ If you still think this might be related to...

Possible task for us: Document options to reduce size of build results

Hey, great idea! Just to make sure, do you mean a parameter on the [normalizer](https://sap.github.io/ui5-tooling/api/module-@ui5_project.normalizer.html) or (also) a CLI parameter?

So a per-project configuration and not per-user? What would be your use case? A path relative to the project?

@ddsultan from my understanding Kristian is referring to exactly those files. I.e. the library.css files of the respective theme of all libraries used by the application. For example: https://ui5.sap.com/resources/sap/m/themes/sap_belize/library.css Which...

Could you please share some more details on your proposed optimization? I.e. what is the problem you want to solve? And how do you want to solve it, in more...

Hey, your exclude needs to be for the **runtime** path of the project **as served by ui5-server**. Opposing to @codeworrior comment, for projects of type `application` this means `/scripts/**` or...

After discussion with @stopcoder: **Re 1:** A possible solution would be to add a configuration option (`builder.debugFiles.patterns` - array or string) for the pattern that is handed over to `createDebugFiles`...

@matz3 mentioned that there is actually a fallback logic from `x-dbg.js` to `x.js`. Currently I can't verify this with the openui5-sample-app due to the missing `window["sap-ui-optimized"] = true;` flag in...