SAP / ui5-tooling

An open and modular toolchain to develop state of the art applications based on the UI5 framework
https://sap.github.io/ui5-tooling
Apache License 2.0
465 stars 69 forks source link

`ui5 build` command mistakenly minifies support rules #376

Closed codeworrior closed 1 year ago

codeworrior commented 5 years ago

Expected Behavior

After a full build, the support rule files (*.support.js) still should not be uglified to keep them readable in the editor of the UI5 Support Assistant.

Current Behavior

The ui5 build command also uglifies *.support.js files and creates *.support-dbg.js files for them. This differs from the official downloads.

Steps to reproduce the issue

  1. Build one of the OpenUI5 libraries with ui5 build and check the content of the output directory

Context

Affected components

flovogt commented 1 year ago

This issue is fixed with UI5 Tooling V3. Therefore closing this issue.