Update 'README.md'
This commit is contained in:
parent
6b6049beb4
commit
7b3b5fc013
10
README.md
10
README.md
|
@ -2,7 +2,7 @@
|
|||
|
||||
Default build directory is `./build`. To change edit `gulpfile.js`.
|
||||
|
||||
## Implemented
|
||||
## Features
|
||||
|
||||
* JS transpilation, minification with Babel, Terser.
|
||||
* SASS compilation, css minification.
|
||||
|
@ -11,11 +11,13 @@ Default build directory is `./build`. To change edit `gulpfile.js`.
|
|||
* SVG optimisation.
|
||||
* BrowserSync.
|
||||
|
||||
## TODO
|
||||
### TODO
|
||||
|
||||
* Image optomisation.
|
||||
|
||||
## HTML File Includes
|
||||
## Usage
|
||||
|
||||
### HTML File Includes
|
||||
|
||||
Uses [gulp-file-include - npm](https://www.npmjs.com/package/gulp-file-include).
|
||||
|
||||
|
@ -27,7 +29,7 @@ Include file with:
|
|||
|
||||
Files are relative to the include directory: `src/includes/`.
|
||||
|
||||
## Mustache Templates
|
||||
### Mustache Templates
|
||||
|
||||
Include a template with:
|
||||
|
||||
|
|
Loading…
Reference in New Issue