File tree 3 files changed +20
-0
lines changed
3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ parameters:
12
12
description : >
13
13
The path to the file, relative to the
14
14
theme directory.
15
+ -
16
+ name : cache_bust
17
+ type : ' boolean *false*'
18
+ description : >
19
+ Setting this to `true` will add the timestamp of the asset to the end of
20
+ the URL in a `?v=` query param.
15
21
id : de348605-5489-4282-9257-bd9ffd92438e
16
22
---
17
23
## Explicit mode {#explicit-mode}
Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ parameters:
20
20
theme assets, setting this to `true`
21
21
will use the manifest to output the
22
22
filename.
23
+ -
24
+ name : cache_bust
25
+ type : ' boolean *false*'
26
+ description : >
27
+ Setting this to `true` will add the timestamp of the asset to the end of
28
+ the URL in a `?v=` query param. Use this to version files if you are
29
+ _not_ using Elixir.
23
30
id : 6b5093dc-dd82-4ae2-a9ff-53d4099d11e3
24
31
---
25
32
## Example {#example}
Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ parameters:
17
17
theme assets, setting this to `true`
18
18
will use the manifest to output the
19
19
filename.
20
+ -
21
+ name : cache_bust
22
+ type : ' boolean *false*'
23
+ description : >
24
+ Setting this to `true` will add the timestamp of the asset to the end of
25
+ the URL in a `?v=` query param. Use this to version files if you are
26
+ _not_ using Elixir.
20
27
---
21
28
## Example {#example}
22
29
```
You can’t perform that action at this time.
0 commit comments