Go to file
Ray Elliott 623b9a3b7f add color scss variables 2020-05-18 21:39:14 +01:00
src add color scss variables 2020-05-18 21:39:14 +01:00
.browserslistrc restructure directory structure 2020-05-01 15:30:14 +01:00
.eslintignore restructure directory structure 2020-05-01 15:30:14 +01:00
.eslintrc.js restructure directory structure 2020-05-01 15:30:14 +01:00
.prettierrc Update '.prettierrc' 2020-05-15 21:41:38 +03:00
README.md Update 'README.md' 2020-05-01 20:53:06 +03:00
babel.config.js restructure directory structure 2020-05-01 15:30:14 +01:00
gulpfile.js only delete .html files during html clean 2020-05-16 11:37:40 +01:00
package.json add modern css reset 2020-05-18 21:33:23 +01:00
yarn.lock add modern css reset 2020-05-18 21:33:23 +01:00

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.
  • BrowserSync.

TODO

  • Image optomisation.