Revision d36d76726f73ec1b55bda677afb690d33c4584b4 authored by Torkel Ödegaard on 01 October 2019, 18:55:17 UTC, committed by Torkel Ödegaard on 01 October 2019, 18:55:17 UTC
1 parent ac11352
Raw File
README.md
## 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/`

back to top