A simple HTML5 flat base theme. Comes with SASS and gulp pre added.
You can use as is and setup / use your own compiler for the SASS files e.g. Koala. If you want to use gulp to compile you will need to have npm and node.js installed.
If you want to use gulp to compile run the following in your terminal:
$ npm init
$ npm install
Once it's installed all you need to do to automatically compile the SASS files as you make changes is to run:
$ gulp watch
Once gulp is installed all you need to do to automatically compress and minify the scripts.js file as you make changes is to run:
$ gulp watch
If you've already run it for the SASS you don't need to run it again.
- (09/07/2020) - Added JavaScript Minify