lukeed / taskr

A fast, concurrency-focused task automation tool.
MIT License
2.53k stars 74 forks source link

image data corrupted on copy #206

Closed lukeed closed 7 years ago

lukeed commented 7 years ago
export.images = function * () {
  yield this.source('src/img/*.png').target('dist/img');
}

The "cloned" data is not written correctly. Will not be a proper PNG, GIF, JPG, etc file type.

lukeed commented 7 years ago

SVG is fine

lukeed commented 7 years ago

Fixed in 2.0 (#218)