Move Assets plugin for HTML2
Usage
An HTML2 plugin that needs assets moving, eg, Font-Awesome has fonts that need transferring from the plugin directory to the output directory.
Include a :asset key in the config.raku of the plugin with a value that is an Sequence of Strings.
Each string is interpreted as the name of a file/directory relative to the plugin directory. All files
in a directory will be transferred.
Description
The plugin collator callable returns a list of files to be transferred to the output directory.