v0.3.0
This release adds a user defined resources folder that is copied to public during build. This folder is copied after the theme's resources are copied so it can be used to overwrite files as well.
If there is no resources folder present then Harmonic displays a warning saying that no user resources were copied during build. This happens if the folder is not present or if there was an error in the copying process.
The copyResources function was splitted into two functions called copyThemeResources and copyUserResources.
PS: All credits for @soapdog in this release.