grunt-sloc
grunt-sloc copied to clipboard
number of files read === 0
I tried to configure sloc and with --verbose. I can see a lot of selected files, but the number of files read is always zero.
sloc: {
'count': {
options: {
tolerant: true,
reportDetail: true,
reportType: "stdout"
},
files: {
'.': ['<%= dir.src %>/**']
}
},
},
...

Can anyone help me?
the same