gruntjs / grunt-init

Generate project scaffolding from a template.
http://gruntjs.com/project-scaffolding
MIT License
194 stars 59 forks source link

Bug with image #65

Closed alexander-akait closed 11 years ago

alexander-akait commented 11 years ago

When copying files spoil all the images. Before: screenshot 2 After screenshot 1 With other files all okay.

sy-tang commented 11 years ago

Try set the noProcess option.

for example:

init.copyAndProcess(files, props, {noProcess: 'src/img/**'});
alexander-akait commented 11 years ago

Thanks