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
Copy file name to clipboardExpand all lines: site/content/assets.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ Trunk can automatically generate hashes of files and add the `integrity` attribu
129
129
application. This is enabled by default, but can be overridden using the `data-integrity` attribute. See the different
130
130
asset types.
131
131
132
-
The following value are available:
132
+
The following values are available:
133
133
134
134
*`none`
135
135
*`sha256`
@@ -156,11 +156,11 @@ At the relevant point for each stage, all hooks for that stage are spawned simul
156
156
## Trunk's build process
157
157
158
158
This is a brief overview of Trunk's build process for the purpose of describing when hooks are executed. Please note that the exact ordering may change in the future to add new features.
159
-
- Step 1 - Read and parse the HTML file.
160
-
- Step 2 - Produce a plan of all assets to be built.
161
-
- Step 3 - Build all assets in parallel.
162
-
- Step 4 - Finalize and write assets to staging directory.
163
-
- Step 5 - Write HTML to staging directory.
159
+
- Step 1 — Read and parse the HTML file.
160
+
- Step 2 — Produce a plan of all assets to be built.
161
+
- Step 3 — Build all assets in parallel.
162
+
- Step 4 — Finalize and write assets to staging directory.
0 commit comments