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

themeBuilder includes all less files

Open ghost opened this issue 6 years ago • 1 comments

Expected Behavior

When I build a new theme, I had expected all the CSS (generated files) but not (at least by default) the less files. OR If the less files are intentionally allowed to be part of the build, then I would have expected source mapping to be enabled.

Current Behavior

All files (this includes less files) are copied over. I imagine its nothing to do with the themeBuilder task itself, but rather part of the over all build process.

Steps to reproduce the issue

  1. build any theme (e.g. sap_belize)

Context

  • UI5 Module Version 1.1.0

Affected components (if known)

Log Output / Stack Trace

{...}

ghost avatar Feb 12 '19 07:02 ghost

We agreed to remove the less files from the build result. However, we will handle this as an enhancement rather than a bug.

RandomByte avatar Apr 01 '19 13:04 RandomByte