Skip to content

Commit

Permalink
Remove MJML from front end node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Oct 3, 2024
1 parent 9348d86 commit 2d31272
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 2,122 deletions.
4 changes: 0 additions & 4 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"dal",
"dal_select2",
"corsheaders",
"mjml",
"sorl.thumbnail",
"tailwind",
"theme",
Expand Down Expand Up @@ -347,9 +346,6 @@
# Your stuff...
# ------------------------------------------------------------------------------

MJML_CHECK_CMD_ON_STARTUP = True
MJML_PATH = str(PROJECT_DIR / "theme" / "static_src" / "node_modules/.bin/mjml")
MJML_EXEC_CMD = [MJML_PATH, "--config.validationLevel", "skip"]

MODERATOR_GROUP_NAME = "Constellation Moderators"

Expand Down
Loading

0 comments on commit 2d31272

Please sign in to comment.