Skip to content

v0.3.0

Compare
Choose a tag to compare
@jaydson jaydson released this 17 Apr 02:52
· 105 commits to master since this release

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.