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
466 stars 71 forks source link

themeBuilder includes all less files #374

Open ghost opened 5 years ago

ghost commented 5 years ago

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

Affected components (if known)

Log Output / Stack Trace

{...}
RandomByte commented 5 years ago

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