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

number of files read === 0

Open impnguyen opened this issue 8 years ago • 1 comments

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 %>/**']

					}
				},
			},
...

image

Can anyone help me?

impnguyen avatar Mar 21 '17 10:03 impnguyen

the same

senseysensor avatar Jul 24 '17 14:07 senseysensor