curist / grunt-bower

grunt task to copy bower installed packages to other folder(s)
MIT License
93 stars 27 forks source link

Using retina.js causes grunt-bower to fail #5

Closed alvivi closed 11 years ago

alvivi commented 11 years ago

When I try to use retina.js with grunt-bower I got this response:

Running "bower:dist" (bower) task
Warning: Unable to read "undefined" file (Error code: ENOENT). Use --force to continue.

Aborted due to warnings.

I don't know if this is a bug relating grunt-bower, but if not, grunt-bower should print a more informative message.

curist commented 11 years ago

Just checked the retina.js package, it contains no js files which results this error. But you're right, certain error message isn't useful at all.

curist commented 11 years ago

v0.4.3 will no longer throw error, and provides a little more informative message.