Ray Elliott 2938c65e79 | ||
---|---|---|
src | ||
.browserslistrc | ||
.eslintignore | ||
.eslintrc.js | ||
.prettierrc | ||
README.md | ||
babel.config.js | ||
gulpfile.js | ||
package.json | ||
yarn.lock |
README.md
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.