ericclemmons/grunt-react

Support logging of file names

lorefnon opened this issue · 5 comments

When a file fails to compile, only line number and nature of error is reported and no information is provided as to which file failed to compile.

Is that what #5 helps solve? I admit, this has been annoying for me too :)

#5 simply logs the name of file (along with the destination file to which it would be compiled) prior to each file compilation. So you get to know while processing which file the compilation failed. Its crude but IMHO practical.

Agreed! I'll merge it down when I get home...

This would be great to get in -- thanks Eric for the project too!

Tagged v0.4.1 with this change! Thanks guys!