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

This is an enhancement request to add an option in the “Self-contained” build to generate the file list needed for the cache.addAll call in an offline PWA. cf. https://blogs.sap.com/2018/12/27/ui5ers-buzz-41-ui5-evolution-the-build-and-development-tooling/comment-page-1/#comment-449024 cf....

enhancement
module/ui5-builder

## Expected Behavior When running ``ui5 build self-contained --all``, UI5 dependencies should only be rebuilt if necessary (i.e. resources folder is missing, declared version changed, dependencies of the project changed)....

enhancement
module/ui5-builder

## Expected Behavior Especially for applications the preload format should be detected from the minVersion property in the manifest.json. This ensures that even if newer versions for the dependencies (also...

enhancement
module/ui5-builder

## Expected Behavior For my library-preload.js I want to exclude individual resources from the preload bundle. ## Current Behavior For the Component-preload.js this exclusion works by declaring the bundle definition...

enhancement
module/ui5-builder

## Expected Behavior It should be possible to execute some tasks in parallel. ## Current Behavior Today the tasks are executed sequentially. ## Steps to reproduce the issue not related...

enhancement
module/ui5-builder

Hello guys, I created a small [sample](https://github.com/ilhan007/ui5-tooling-customtask-sample), using the ui5-tooling with simple configuration and custom task. I tried to exclude all files from processing, except for two types of files...

bug
module/ui5-builder

## Expected Behavior When excluding all tasks I would also expect that the resources are not copied by default. ## Current Behavior When using the exclude-task option to suppress all...

enhancement
module/ui5-builder

## Expected Behavior Shall not include excluded resources in build. ## Current Behavior Although excluded in [configuration](https://github.com/BenReim/openui5-sample-app/blob/bundle-conf/ui5.yaml), resource is still being considered during build process. ## Steps to reproduce the...

enhancement
help provided
module/ui5-builder

## Expected Behavior There are no missing JavaScript files in sap-ui-custom.js used by an application. ## Current Behavior sap/ui/core/date/(Buddhist|Gregorian|Islamic|Japanese|Persian).js is not being included. ## Steps to reproduce the issue 1....

bug
module/ui5-builder

## Expected Behavior When running `ui5 build jsdoc --all` in an project the version schould be considert when formatting the JsDoc output. ## Current Behavior when running `ui5 build jsdoc...

enhancement
module/ui5-builder