So I'm like "great..... and where are they?" because I then go to the specified target directory, and they're not there. So the question becomes two-fold in my mind:
Where are the files copied to, if not the directory specified?
How to enable verbose logging, e.g. to see which file is being copied where?
This greatly helps in setting things up, as opposed to "blindly" having to trust that the plugin and I both have the same idea of what both directories are relative to, and how they are expected to be formatted.
The outDir is set to 'dist'. So while it has collected 5 items (or claims to have), the dist folder remains empty. I've checked, and the target folder definitely has the correct permissions set. So is dest not formatted correctly or something? If only it would verbosely show what's going on.
In the log it says:
So I'm like "great..... and where are they?" because I then go to the specified target directory, and they're not there. So the question becomes two-fold in my mind:
This greatly helps in setting things up, as opposed to "blindly" having to trust that the plugin and I both have the same idea of what both directories are relative to, and how they are expected to be formatted.
Here's my config:
The
outDir
is set to'dist'
. So while it has collected 5 items (or claims to have), the dist folder remains empty. I've checked, and the target folder definitely has the correct permissions set. So isdest
not formatted correctly or something? If only it would verbosely show what's going on.