Skip to content

Commit 268ca4d

Browse files
committed
Update list of tasks that require dependencies
1 parent f03c5b1 commit 268ca4d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

rfcs/0011-consume-prebuilt-projects.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ As described in [RFC 0010 UI5 Builder-Bundling Refactoring](https://github.com/S
4646
1. buildThemes (`LibraryBuilder`, `ThemeLibraryBuilder`)
4747
* Requires theme resources of dependencies in order to build a library's theme. To be checked: Are the required resources already present in the dependency source? I.e. is it necessary to build them?
4848
1. generateThemeDesignerResources
49-
1. generateLibraryManifest
49+
* To read resources from sap.ui.core library
50+
* Possibly to resolve other Less imports?
51+
1. ~generateLibraryManifest~ *(removed with https://github.com/SAP/ui5-builder/pull/735)*
5052
1. Bundling
51-
1. generateComponentPreload *(actually not necessary? See https://github.com/SAP/ui5-builder/pull/734)*
53+
1. ~generateComponentPreload~ *(removed with https://github.com/SAP/ui5-builder/pull/734)*
5254
1. generateBundle *(in case dependencies are bundled too)*
53-
1. generateLibraryPreload *(actually not necessary? See https://github.com/SAP/ui5-builder/pull/734)*
55+
1. ~generateLibraryPreload~ *(removed with https://github.com/SAP/ui5-builder/pull/734)*
5456
1. generateStandaloneAppBundle *(to bundle required runtime resources)* - Note: `build --all` is already recommended for self-contained builds in order to generate required theme resources which are not part of the standalone app bundle.
5557

5658

0 commit comments

Comments
 (0)