You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`+` Remove italic formatting for "enabled" fields in tasks tables. This
should improve readability and helps to distinguish from "disabled"
ones.
---------
Co-authored-by: Matthias Oßwald <mat.osswald@sap.com>
Copy file name to clipboardExpand all lines: internal/documentation/docs/pages/Builder.md
+28-28Lines changed: 28 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,39 +25,39 @@ A project can add custom tasks to the build by using the [Custom Tasks Extensibi
25
25
26
26
All available standard tasks are documented [in the API reference](https://ui5.github.io/cli/v5/api/index.html). Search for `@ui5/builder/tasks/` to filter the API reference for all available tasks. The list below offers the actual order of their execution:
27
27
28
-
| Task | Type `application`|Type `library`|Type `theme-library`|
*Disabled tasks can be activated by certain build modes, the project configuration, or by using the `--include-task`[CLI parameter](./CLI.md#ui5-build). See footnotes where given*
53
53
54
54
---
55
55
56
-
^1^ Enabled in `jsdoc` build, which disables most of the other tasks
57
-
^2^ Enabled for projects defining a [component preload configuration](./Configuration.md#component-preload-generation)
58
-
^3^ Enabled in `self-contained` build, which disables `generateComponentPreload` and `generateLibraryPreload`
59
-
^4^ Enabled for projects defining a [bundle configuration](./Configuration.md#custom-bundling)
60
-
^5^ Can be enabled for framework projects via the `includeTask` option. For other projects, this task is skipped
56
+
<sup>1</sup> Enabled in `jsdoc` build, which disables most of the other tasks
57
+
<sup>2</sup> Enabled for projects defining a [component preload configuration](./Configuration.md#component-preload-generation)
58
+
<sup>3</sup> Enabled in `self-contained` build, which disables `generateComponentPreload` and `generateLibraryPreload`
59
+
<sup>4</sup> Enabled for projects defining a [bundle configuration](./Configuration.md#custom-bundling)
60
+
<sup>5</sup> Can be enabled for framework projects via the `includeTask` option. For other projects, this task is skipped
*Disabled tasks can be activated by certain build modes, the project configuration, or by using the `--include-task`[CLI parameter](../pages/CLI.md#ui5-build). See footnotes where given*
208
208
209
209
---
210
210
211
-
^1^ Enabled in `jsdoc` build, which disables most of the other tasks
212
-
^2^ Enabled for projects defining a [component preload configuration](../pages/Configuration.md#component-preload-generation)
213
-
^3^ Enabled in `self-contained` build, which disables `generateComponentPreload` and `generateLibraryPreload`
214
-
^4^ Enabled for projects defining a [bundle configuration](../pages/Configuration.md#custom-bundling)
215
-
^5^ Can be enabled for framework projects via the `includeTask` option. For other projects, this task is skipped
211
+
<sup>1</sup> Enabled in `jsdoc` build, which disables most of the other tasks
212
+
<sup>2</sup> Enabled for projects defining a [component preload configuration](../pages/Configuration.md#component-preload-generation)
213
+
<sup>3</sup> Enabled in `self-contained` build, which disables `generateComponentPreload` and `generateLibraryPreload`
214
+
<sup>4</sup> Enabled for projects defining a [bundle configuration](../pages/Configuration.md#custom-bundling)
215
+
<sup>5</sup> Can be enabled for framework projects via the `includeTask` option. For other projects, this task is skipped
0 commit comments