https://github.com/thasmo/gulp.email-boilerplate
Personal Gulp boilerplate for email templates.
https://github.com/thasmo/gulp.email-boilerplate
boilerplate email gulp
Last synced: 2 months ago
JSON representation
Personal Gulp boilerplate for email templates.
- Host: GitHub
- URL: https://github.com/thasmo/gulp.email-boilerplate
- Owner: thasmo
- License: mit
- Created: 2015-09-03T21:33:16.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-09-03T21:51:23.000Z (over 9 years ago)
- Last Synced: 2025-01-24T16:42:48.932Z (4 months ago)
- Topics: boilerplate, email, gulp
- Language: JavaScript
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Gulp Email-Boilerplate
Personal Gulp boilerplate for email templates.
## Features
* [Sass][sass] Support
* [Jade][jade] Support
* [Browser-Sync][browsersync] Integration
* Auto-Prefixer Integration
* Resource Optimization
* Notification Support
* Preview-Submission Support## Requirements
* [Node.js][node]
* [Bower][bower]## Tasks
Run the `default` task by executing `gulp`. Run specific tasks by executing `gulp `.
- **default**
Run the `setup`, `build` and the `watch` tasks.- **build**
Run the `templates` and the `images` tasks.- **setup**
Run `bower install` to install dependencies defined in the `bower.json` file.- **templates**
Compile `jade` templates and write them to the public template directory.- **images**
Read images from the images directory and copy them to the public images directory.- **send**
Send out preview emails using the rendered templates as content.- **watch**
Start `browser-sync` which is serving the public directory and re-run tasks when source files change.### Flags
- **production**
Use `--production` with any task to enable optimizations for production output e.g. minification etc.[sass]: http://sass-lang.com/
[jade]: http://jade-lang.com/
[browsersync]: http://www.browsersync.io/
[node]: https://nodejs.org/
[bower]: http://bower.io/