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.
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
Context
Affected components (if known)
Log Output / Stack Trace