mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Add stats tasks
This commit is contained in:
16
Rakefile
16
Rakefile
@@ -114,14 +114,16 @@ task :tags do
|
||||
system %{find src native cef vendor -not -name "*spec.coffee" -type f -print0 | xargs -0 ctags}
|
||||
end
|
||||
|
||||
desc "Builds the API docs"
|
||||
task :docs do
|
||||
system %{./biscotto -j ~/Development/biscotto/out.json src/app/}
|
||||
end
|
||||
namespace :docs do
|
||||
desc "Builds the API docs"
|
||||
task :build do
|
||||
system %{./biscotto -j ~/Development/biscotto/out.json src/app/}
|
||||
end
|
||||
|
||||
desc "Lists the stats for API doc coverage"
|
||||
task :docsStats do
|
||||
system %{./biscotto --statsOnly src/app/}
|
||||
desc "Lists the stats for API doc coverage"
|
||||
task :stats do
|
||||
system %{./biscotto --statsOnly src/app/}
|
||||
end
|
||||
end
|
||||
|
||||
def application_path
|
||||
|
||||
Reference in New Issue
Block a user