gulp-web/README.md

437 B

Build Directory

Default build directory is ./build. To change edit gulpfile.js.

Implemented

  • JS transpilation, minification with Babel, Terser.
  • SASS compilation, css minification.
  • Mustache templating
  • BrowserSync.

TODO

  • Image optomisation.

Mustache Templates

Include a template with:

{{> templates/example}}

Templates are relative to the HTML file and the .mustache extension must be ommitted.