grunt-contrib-copy
grunt-contrib-copy copied to clipboard
nonull: true doesn't throw on windows
nonull: true
doesn't throw if path from src
is wrong.
Using
grunt-contrib-copy 0.5.0
grunt-cli v0.1.13
grunt v0.4.2
node v0.10.25
npm 1.3.24
I can confirm this bug. nonull: true
doesen't show any errors ;(
This is still not throwing any error. "grunt": "^1.0.2", "grunt-contrib-copy": "^1.0.0",