Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronniechong/edm-automation

A simple EDM automation
https://github.com/ronniechong/edm-automation

Last synced: about 1 month ago
JSON representation

A simple EDM automation

Awesome Lists containing this project

README

        

# EDM automation
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

## Installation

### Prerequisites

Gem Premailer
```bash
gem install premailer
gem install nokogiri
```
Node
```
http://nodejs.org/download/
```

### Running the build

```bash
npm install
# or yarn install

npm start
# or yarn start
```

## Instructions
* Grunt watches any changes in Jade/SCSS and the HTML output
* Source files are in```src```
* Compiled files are exported to ```build```

## Notes
* Files in ```src/core``` contain SCSS and Jade partials
* Sample EDM design is semi-responsive
* Only newer/modified files are compiled
* Inline CSS HTML has a postfix ```*-inline.html```