Skip to content

Latest commit

 

History

History
executable file
·
24 lines (17 loc) · 537 Bytes

README.md

File metadata and controls

executable file
·
24 lines (17 loc) · 537 Bytes

gulp-mjml-starter

Clean MJML boilerplate utilizing Gulp and BrowserSync. It simply monitors a specific .mjml file (including includes 😋) and outputs to a single .html file.

Install

$ npm i

Usage

$ gulp

Before you run Gulp, make sure to setup your local environment in gulpfile.js inside the browserSync task.

Running the command gulp in the installed directory will activate the default stream which:

  • Watches over your .mjml files for changes
  • Compiles
  • Updates the browser automatically