when specifying `dest` as directory and not a file ``` htmlrefs: { prod: { src: '*.html', dest: 'dist/', } }, ``` I get the following error message: `Unable to write "dist/" file (Error code: EISDIR). Use --force to continue.`
when specifying
destas directory and not a fileI get the following error message:
Unable to write "dist/" file (Error code: EISDIR). Use --force to continue.