When the CLI is told to process a directory which turns out to be empty, it throws an error and causing the build to fail.
The idea is to prevent uploading of invalid asset zip-files and empty versions being served up.
A better user experience would be to output a warning of the empty directory, instead of breaking the build.
This would be a breaking change as it changes the current behaviour.
When the CLI is told to process a directory which turns out to be empty, it throws an error and causing the build to fail.
The idea is to prevent uploading of invalid asset zip-files and empty versions being served up.
A better user experience would be to output a warning of the empty directory, instead of breaking the build.
This would be a breaking change as it changes the current behaviour.