v1.4.0
- Adds support for environment variables with a
.env
. - Hot reloading can be configured via
.env
and no longer requires edits togulpfile.js
. - Tidied up
functions.php
by moving Hozokit specific logic to other files to leavefunctions.php
clear to be used by theme developers. - Abstracted Hozokit specific functionality into methods of the
Hozokit
class. - Various updates to readme and documentation.