mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🎉 Format all email messages with mjml
This commit is contained in:
committed by
Andrey Antukh
parent
b058b5d56a
commit
65c9c46a22
@@ -1,4 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
npx mjml resources/emails-mjml/password-recovery/en.mjml -o resources/emails/password-recovery/en.html
|
||||
for f in resources/emails-mjml/*/*.mjml
|
||||
do
|
||||
npx mjml $f -o `echo $f | sed -e "s/-mjml//" | sed -e "s/mjml/html/"`
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user