Src files for gulp-mustache-livereload

Check out https://github.com/scottbert/gulp-mustache-livereload

Place this repo inside that checkout as src (included in above repo as a submodule)

You should have a directory structure that looks something like:

- 📁bin
- 📁gulp-tasks
- 📁src
  ├ 📁fonts
  ├ 📁i18n
  ├ 📁images
  ├ 📁js
  ├ 📁sass
  ├ 📁templates
  └ 📁tests
  📄.sass-lint.yml
  📄options.js
  📄package.json
  📄README.md
📄.eslintignore
📄.eslintrc
📄.gitignore
📄.sass-lint.yml
📄README.md
📄gulpfile.js
📄package.json

Where src is this repo.