We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e00cc commit 279cd8dCopy full SHA for 279cd8d
1 file changed
priv/mod_invites/howto
@@ -0,0 +1,7 @@
1
+# HOWTO
2
+
3
+## How to create checksums for included css and js files used in templates
4
5
+```sh
6
+openssl dgst -sha384 -binary priv/mod_invites/static/invite.js | openssl base64 -A
7
+```
0 commit comments