-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Add option to redefine output directory structure #665
Conversation
e598640
to
187e0d0
Compare
lib/cli/commands/build.js
Outdated
"\"Flat\" omits the project namespace and the \"resources\" directory. This is" + | ||
" currently only supported for projects of type 'library'. Projects of " + | ||
"type 'application' always result in a flat output." + | ||
"No other dependencies can be included in the build result.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other dependencies can be included now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how deep into details should we go here. Hopefully, now is ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Adds a section which describes the Build Output Styles feature and usage variants. Depends on: - SAP/ui5-project#624 - SAP/ui5-cli#665 --------- Co-authored-by: Günter Klatt <[email protected]>
New CLI
build
option--output-style
. Whether to omit the /resources/<namespace> directory structure in the build output.Resolves SAP/ui5-tooling#507
Depends on: SAP/ui5-project#624