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

`ui5 build` command mistakenly minifies support rules

Open codeworrior opened this issue 7 years ago • 0 comments

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

  • UI5 Module Version: any
  • Node.js Version: any
  • npm Version: any
  • OS/Platform: all, except the "I-restore-support-files-after-minification" OS, version 4.2ff

Affected components

codeworrior avatar Jan 31 '19 17:01 codeworrior