grunt-sloc
grunt-sloc copied to clipboard
Source line of codes plugin for Grunt.js
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':...
``` sloc: { ui: { options: { reportDetail: true, }, files: { '.': ['catalogs/src/**/*.*'] } } } ``` always returns 0 files however if I do ``` files: { 'catalogs/src':...
`grunt sloc` seems to be ignoring many files which are included in the src pattern. To be more specific, here's my sloc config: ``` sloc: { 'mylib': { files: {...
When I run the following command: ``` jformDistJson: { options: { reportType: 'json', reportPath: '../doc/sloc/jform-dist-sloc-.json', }, files: { '../js': ['jForm/*.js'] } } ``` It produces this output: ``` Running "sloc:jformDistJson"...