Skip to content

Commit

Permalink
log files that are being parsed
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsk committed Dec 14, 2012
1 parent 0f1a2f7 commit a172f11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/kss-node
Expand Up @@ -143,6 +143,10 @@ process.nextTick(function() {
}, function(err, sg) {
styleguide = sg;

console.log(sg.data.files.map(function(file) {
return ' - ' + file
}).join('\n'))

var sections = styleguide.section('*.'),
i, sectionCount = sections.length,
sectionRoots = [], currentRoot,
Expand Down

0 comments on commit a172f11

Please sign in to comment.