Taylor v0.4.3 Released
This is another minor release that fixes a bug in the export process that caused assets not being exported correctly.
You may see some warnings when you run taylor export letting you know that
you’re using a deprecated key in your taylor-config.json. The old values will
continue to be supported for the foreseeable future but may be removed in a
future release.
The following keys are deprecated:
export-directoryexport-targetsload-pathscopy-paths
In favour of:
export_directoryexport_targetsload_pathscopy_paths
Changelog
- Properly use Taylor::Config through the entire export process