This is a simple EDM automation to convert Jade/SCSS content into email friendly HTML template.
There will be two HTML copies, one standard html with external css file and one with inline style css
Gem Premailer
gem install premailer
gem install nokogiriNode
http://nodejs.org/download/
npm install
# or yarn install
npm start
# or yarn start- Grunt watches any changes in Jade/SCSS and the HTML output
- Source files are in
src - Compiled files are exported to
build
- Files in
src/corecontain SCSS and Jade partials - Sample EDM design is semi-responsive
- Only newer/modified files are compiled
- Inline CSS HTML has a postfix
*-inline.html