UNPKG

gulp-email-inline-css

Version:

Gulp with Gulp Inline CSS. Create email templates with inline css styles.

27 lines (21 loc) 610 B
# gulp-inline-css > Gulp with Gulp Inline CSS. Create email templates with inline css styles ## Installing Before running, you must install and configure the following one-time dependencies: * [Git](http://git-scm.com/) * [Node.js](http://nodejs.org/) * [gulp.js](http://gulpjs.com/) - use the terminal command below ```bash $ npm install -g gulp ``` Once the dependencies have been installed, enter the following in the terminal: ```bash $ git clone git@github.com:shoaibuddin/gulp-inline-css.git $ cd gulp-inline-css $ npm install ``` ## Running Enter the following in the terminal: ```bash $ gulp ```