A gulp project to help with creating HTML emails. Uses the Ink framework
Also gives you
- Sass.
- Automatically inlines
CSS
- Livereload (requires browser extension)
- Image minification
brew install node
npm install -g gulp
####Install packages
npm i
####Build assets (only required once)
gulp build
####For development (Starts local server, LiveReload, SASS compilation, image minification, & CSS inlining)
gulp
gulp inliner