Skip to content

Commit eb5bb27

Browse files
committed
quick howto for creating integrity check checksums
1 parent aebec01 commit eb5bb27

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

priv/mod_invites/howto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)