Skip to content

Commit

Permalink
Add back project stats script
Browse files Browse the repository at this point in the history
Generates line count stats for Adhearsion
  • Loading branch information
benlangfeld committed Jan 15, 2016
1 parent d94fbeb commit c8b2888
Show file tree
Hide file tree
Showing 2 changed files with 10,484 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rescue LoadError
end

task :stats do
system 'doc/cloc-1.55.pl . --exclude-dir=.git,vendor,coverage,doc'
system 'scripts/cloc-1.64.pl . --exclude-dir=.git,vendor,coverage,doc'
end

task :encodeify do
Expand Down

0 comments on commit c8b2888

Please sign in to comment.