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
default: will lead to query string and does not require htaccess setup. thanks @fabianmichael. [#1](https://github.com/bnomei/kirby3-fingerprint/issues/1)
19
+
20
+
## Setup for filemtime()
16
21
17
22
Add the following lines to your htaccess file (after RewriteBase) unless you use a different hash function (see settings):
18
23
@@ -31,14 +36,6 @@ location /assets {
31
36
}
32
37
```
33
38
34
-
## Settings
35
-
36
-
**hash**
37
-
_default: null_
38
-
which yields `function ($file) { return \filemtime($file); }`.
39
-
40
-
> NOTE: config settings do not override plugin settings (yet). issue pending.
41
-
42
39
## TODO
43
40
44
41
- hijack `css` and `js` and their auto variant helpers
0 commit comments