We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebec01 commit eb5bb27Copy full SHA for eb5bb27
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