forked from grafana/grafana
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Email: Use MJML email templates (grafana#57751)
Co-authored-by: Santiago <[email protected]>
- Loading branch information
1 parent
18738cf
commit ea27eca
Showing
56 changed files
with
3,072 additions
and
3,552 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
build: build-html build-txt | ||
|
||
build-html: | ||
npx mjml \ | ||
--config.beautify true \ | ||
--config.minify false \ | ||
--config.validationLevel=strict \ | ||
--config.keepComments=false \ | ||
./templates/*.mjml --output ../public/emails/ | ||
|
||
build-txt: | ||
npx grunt | ||
|
||
.PHONY: build build-html build-txt |
Oops, something went wrong.