Log total module count

This commit is contained in:
Kevin Sawicki 2015-02-10 18:54:13 -08:00
parent f3a08c56e3
commit 637c53dbb4

View File

@ -18,6 +18,7 @@ module.exports = (grunt) ->
diff = name1.localeCompare(name2) if diff is 0
diff
console.log "Total Modules: #{sortedNames.length}"
sortedNames.forEach (name) ->
{count, versions} = modules[name]
grunt.log.error "#{name}: #{count} (#{Object.keys(versions).join(', ')})" if count > 1