Closed wilsonwc closed 10 years ago
grunt.file.read tries to encode binary files to a string, this adds detection for some common binary image formats and skips the encoding for those files
Good catch! is it possible to create a test for this?
I double checked the grunt.file api, and this seems fine. Thank you for your contribution.
Will immediately release a new version, 0.2.6
grunt.file.read tries to encode binary files to a string, this adds detection for some common binary image formats and skips the encoding for those files