16 lines
308 B
Markdown
16 lines
308 B
Markdown
## Prerequisites
|
|
|
|
- npm install
|
|
- gem install premailer
|
|
|
|
## Tasks
|
|
|
|
- npm run build (default task will build new inlines email templates)
|
|
- npm start (will build on source html or css change)
|
|
|
|
## Result
|
|
|
|
Assembled email templates will be in `dist/` and final
|
|
inlined templates will be in `../public/emails/`
|
|
|