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.
- Host: GitHub
- URL: https://github.com/meyt/gulp-simple-email-workflow
- Owner: meyt
- License: mit
- Created: 2017-10-04T14:18:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T07:11:51.000Z (over 7 years ago)
- Last Synced: 2025-06-22T18:04:53.796Z (6 months ago)
- Language: HTML
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple gulp emails workflow
[](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.