Update 'README.md'

This commit is contained in:
Ray Elliott 2020-05-01 20:53:06 +03:00
parent b3c732aeaf
commit 4ee08d8a8b
1 changed files with 5 additions and 1 deletions

View File

@ -2,8 +2,12 @@
Default build directory is `./build`. To change edit `gulpfile.js`. Default build directory is `./build`. To change edit `gulpfile.js`.
## Implemented so Far ## Implemented
* JS transpilation, minification with Babel, Terser. * JS transpilation, minification with Babel, Terser.
* SASS compilation, css minification. * SASS compilation, css minification.
* BrowserSync. * BrowserSync.
## TODO
* Image optomisation.