grunt-contrib-copy icon indicating copy to clipboard operation
grunt-contrib-copy copied to clipboard

Process Function Corrupts Images and fons files

Open joeltonmats opened this issue 7 years ago • 0 comments

Hello, I have a task that works perfectly without use process function. But I have to analyze a specific file and replace a content, so it is require use process. When I execute, the images and fonts corrupts, unfortunately. I just add for example

process: function (content, srcpath) {return content;},

It is enought for break the images and fonts. Any help ?

joeltonmats avatar Nov 09 '17 11:11 joeltonmats