Skip to content

Commit

Permalink
deploy: d264a09
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Apr 11, 2024
1 parent f102982 commit 94ebb15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion advanced/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h2 id="initializer">Initializer</h2>
}
};
</code></pre>
<p>For a full example, see: <a href="https://github.com/trunk-rs/trunk/tree/main/examples/initializer">https://github.com/trunk-rs/trunk/tree/main/examples/initializer</a>.</p>
<p>For a full example, see: <a href="https://github.com/trunk-rs/trunk/examples/initializer">https://github.com/trunk-rs/trunk/examples/initializer</a>.</p>
<h2 id="update-check">Update check</h2>
<p>Since: <code>0.19.0-alpha.2</code>.</p>
<p>Trunk has an update check built in. By default, it will check the <code>trunk</code> crate on <code>crates.io</code> for a newer
Expand Down
2 changes: 1 addition & 1 deletion assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h2 id="script-assets">Script Assets</h2>
<li>Must have the attribute <code>data-trunk</code>.</li>
<li>Must have the attribute <code>src</code>, pointing to a script file</li>
</ul>
<p>This will typically look like: <code>&lt;script data-trunk src=&quot;{path}&quot; ..other options here..&gt;&lt;/script&gt;</code>. All <code>&lt;script data-trunk ...&gt;&lt;/script&gt;</code> HTML elements will be replaced with the output HTML of the associated pipeline.</p>
<p>This will typically look like: <code>&lt;script data-trunk src=&quot;{path}&quot; ..other options here.. /&gt;</code>. All <code>&lt;script data-trunk .../&gt;</code> HTML elements will be replaced with the output HTML of the associated pipeline.</p>
<p>Trunk will copy script files found in the source HTML without content modification. This content is hashed for cache control. The <code>src</code> attribute must be included in the script pointing to the script file to be processed.</p>
<ul>
<li><code>data-no-minify</code>: (optional) by default, scripts are minified in <code>--release</code> mode (unless building with <code>--no-minification</code>). Setting this attribute disables minification for that particular file. Defaults to false.</li>
Expand Down
2 changes: 1 addition & 1 deletion search_index.en.js

Large diffs are not rendered by default.

0 comments on commit 94ebb15

Please sign in to comment.