ui5-tooling icon indicating copy to clipboard operation
ui5-tooling copied to clipboard

An open and modular toolchain to develop state of the art applications based on the UI5 framework

Results 129 ui5-tooling issues
Sort by recently updated
recently updated
newest added

## Is your feature request related to a problem? Please describe. I cannot use the `generateLibraryManifest` task to generate manifests for UI5 libraries deployed to SCP Cloud Foundry Portal, because...

enhancement

## Expected Behavior One CSS file for the whole self-contained build should be loaded, based on the theme selected. ## Current Behavior Multiple CSS files (per library) are loaded separately...

enhancement
module/ui5-builder

I write a lot of custom libraries both for daily work usage (in client projects) and for fun/learning/sharing. I have a lot of already made custom library all built and...

enhancement
documentation

Hi, we want to create a ui5 library using ui5 cli. The library is created including minified files and -dbg.js files but no source maps are created. ## Expected Behavior...

enhancement

## Expected Behavior It would be nice to be able to access the projects package.json within a custom task (e.g. for getting the version or the like). ## Current Behavior...

enhancement
module/ui5-project
module/ui5-builder

*Original issue by @matz3* A file called `test.js` on the file system can be loaded from the server with different cases like `Test.js` or `TEsT.js` when using a case insensitive...

enhancement
module/ui5-fs

## Expected Behavior Adapters should have a better error handling for invalid file paths (virBasePath not matched). ## Current Behavior **Memory** ```js const workspace = resourceFactory.createAdapter({ virBasePath: "/resources/" }); workspace.write(resourceFactory.createResource({...

bug
module/ui5-fs

## Expected Behavior When splitting modules in different parts by setting the `numberOfParts` property in the ui5.yaml, it is expected that the resulting modules are always the same. ## Current...

enhancement
module/ui5-builder

## Expected Behavior I should be able to write some configuration in the ui5.yaml file to skip a pre configured task, for example, the generateLibraryPreload task. ## Current Behavior Each...

enhancement
module/ui5-builder

## Expected Behavior I would like to be able to write additional configuration in the ui5.yaml file for the createDebugFiles task to: 1. skip a source file from being created...

enhancement
module/ui5-builder