Open awaragi opened 3 years ago
Thanks for the excellent bug report, I can only apologise for this - this must have been due to a change I released a few hours ago that changes the order in which output directories are created. I thought the test suite covered all the likely scenarios but apparently not.
For the time being I've released v2.0.13 which reverts the change, so if you upgrade to the latest version that should be working again.
I'll make sure to add some more tests that replicate this issue before touching anything else; I'll leave this issue open though and will make sure to push a pre-release version next time!
Wow. thanks for the excellent response time. I confirm that the 2.0.13 the failure is no longer there. If you ever want me to test out a new version let me know.
Thanks, I might take you up on that offer for testing a prerelease - I'll also catch up with how 11ty are using this library to make sure that there are no more of these breaking changes in future.
I'll make sure to update this issue once I'm ready to roll out a fix.
Is this still an issue with latest (2.0.14)?
Hey. Not sure what happened but a yarn upgrade on my existing and currently working 11ty site now is causing errors.
I tried debugging by going step by step in the code and the files are actually copied and only at the following code that it fails with results being undefined
The recursive-copy is only used in following code:
For now I am happy with my yarn.lock which ensure that my current build is wokring but eventually hope to be able to do upgrade successfuly.
If you need any details let me know. If I find something in the mean time I will post it here.