Peter Muessig
Peter Muessig
What about the coping of resources being a separate task which can be excluded?
Thanks @codeworrior , I remember again - but I also wanted to document this simple idea here of having just two configuration files and use one for serve from dist.
Ah, OK - typo! It works when calling bundle => bundles in the builder section: ``` builder: bundles: - bundleDefinition: name: sap/ui/table/library-preload.js defaultFileTypes: - ".js" - ".fragment.xml" - ".view.xml" -...
@BenReim the open-source application cachebuster implementation is aligned with the internal cachebuster implementation for which only the application resources are considered. For the regular runtime resources the runtime cachebuster (src="resources/sap-ui-cachebuster/sap-ui-core.js")...
@matz3 @RandomByte in this case the best way would be to scan the dist folder rather than the virtual workspace to identify all resources + built dependency resources in the...
Hi @pubmikeb , we want to discourage the usage of the globals and therefore prefer the usage of the ESM types for adding the code completion support to your UI5...
Hi @henriquemattos, I suggest you take a look into the https://github.com/SAP-samples/ui5-typescript-helloworld/tree/testing project. In the `ui5.yaml` you can see the usage of the `ui5-tooling-transpile` and the `ui5-middleware-livereload`. One is for embedded...
Hi @swendlandt, to be precise, the CLDR files should be included but excluded from the `library-preload`? So you need to have a reliable location. Right now, there's a logic to...
Hi @C3ntraX , the `ui5-tooling-transpile` hasn't been designed to transpile the whole bundle. It only transpiles the resources of the UI5 application or the custom UI5 library. I need to...
Hi @rsubasoglu, thanks for your feature request - I think for this we need to get rid of `livereload` and search for a better library which allows to just update...