-
Notifications
You must be signed in to change notification settings - Fork 71
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
[RFC] 0004 Simple Build Extensibility #54
Conversation
In addition to the This would allow to insert tasks for e.g. application-projects only. CC: @petermuessig, @matz3 |
configuration As per RFC0004: SAP/ui5-tooling#54
As per RFC0004: SAP/ui5-tooling#54 Depends on SAP/ui5-builder#106
Actually, never mind. It obviously only runs in the project it has been configured in, which has exactly one type 😅 |
Test implementation: RandomByte/openui5-sample-app#1 |
Having custom taks in dedicated directories might be the more common approach
As per RFC0004: SAP/ui5-tooling#54 Depends on SAP/ui5-builder#106
As per RFC0004: SAP/ui5-tooling#54 Depends on SAP/ui5-builder#106
As per RFC0004: SAP/ui5-tooling#54 Depends on SAP/ui5-builder#106
This RFC got implemented with SAP/ui5-builder#106 and SAP/ui5-project#64 This can be tested with UI5 CLI v0.2.4. Still missing: Updated documentation |
acctualy something like |
Documentation got merged with SAP/ui5-project#71. Available here: https://github.com/SAP/ui5-project/blob/master/docs/BuildExtensibility.md |
@sebbi08 I created https://github.com/SAP/ui5-builder/issues/179 to keep track of your suggestion |
@matz3 you think this is ready to be merged? |
Add a feature for basic customization of how a single UI5 project is being built.
Follow up of #4