Update gulpfile.js

This commit is contained in:
Sean Lilley 2018-01-30 11:27:03 -05:00 committed by GitHub
parent 739602b2fa
commit 3dbfed85e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ gulp.task('cloc', function() {
//Run cloc on primary Source files only
var source = new Promise(function(resolve, reject) {
cmdLine = 'perl ' + clocPath + ' --quiet --progress-rate=0' +
' lib/';
' lib/ bin/';
child_process.exec(cmdLine, function(error, stdout, stderr) {
if (error) {