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

https://github.com/meyt/gulp-simple-email-workflow

a simple gulp workflow for building email templates.
https://github.com/meyt/gulp-simple-email-workflow

Last synced: 6 months ago
JSON representation

a simple gulp workflow for building email templates.

Awesome Lists containing this project

README

          

# Simple gulp emails workflow

[![built with gulp](https://img.shields.io/badge/gulp-project-eb4a4b.svg?logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAMAAAA7QZ0XAAAABlBMVEUAAAD%2F%2F%2F%2Bl2Z%2FdAAAAAXRSTlMAQObYZgAAABdJREFUeAFjAAFGRjSSEQzwUgwQkjAFAAtaAD0Ls2nMAAAAAElFTkSuQmCC)](http://gulpjs.com/)

a simple gulp workflow for building email templates.

## What's inside?
- CSS Preprocessor (sass)
- Advanced template engine (nunjucks)
- Default style and template for quick-start
- Task runner (gulp)
- And some tools for optimizing output

## What's doing?
- Compile SASS to CSS
- Compile Templates to HTML
- Re-build HTML with some optimization
And finally it's watch for your changes (in `images`, `scss` and `templates` directory)
to re-build output automatically.

## How to use?
Follow the routine (`git clone`, `cd`, `npm install`, `gulp`) and watch 👀 the `output` directory.