Skip to content

Commit d50eb5d

Browse files
Update README with build script details
Added information about build script definitions for MJML.
1 parent 33251e0 commit d50eb5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/MailTemplates/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ These are the compiled HTML email templates that serve as the foundation for all
1212
- **Source**: Built from `*.mjml` files in the `./mjml` directory.
1313
- The MJML source acts as a toolkit for developers to generate HTML. It is the developers responsibility to generate the HTML and then ensure it is accessible to `IMailService` implementations.
1414
- **Build Tool**: Generated via node build scripts: `npm run build`.
15+
- The build script definitions can be viewed in the `Mjml/package.json` as well as in `Mjml/build.js`.
1516
- **Output**: Cross-client compatible HTML with embedded CSS for maximum email client support
1617
- **Template Engine**: Enhanced with Handlebars syntax for dynamic content injection
1718

0 commit comments

Comments
 (0)