Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 633 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 633 Bytes

HTML Emails gulp project

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

Getting Started

####Install node & gulp

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

Inline styles for production

gulp inliner