mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-23 08:34:14 -05:00
Update gulpfile.js
This commit is contained in:
parent
739602b2fa
commit
3dbfed85e2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user