Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ronniechong/edm-automation
- Owner: ronniechong
- Created: 2014-10-13T04:31:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T09:10:56.000Z (over 7 years ago)
- Last Synced: 2024-04-13T23:55:05.342Z (9 months ago)
- Language: HTML
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 installnpm 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```