download-grammars -> convert-grammars

Downloading is only a small part of what this script does. The main
thing it does is convert grammars to JSON.
This commit is contained in:
Adam Roben
2014-12-22 17:20:25 -05:00
parent e2d6aecd81
commit 78a0030d46
3 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ end
task :build_grammars_gem do
rm_rf "grammars"
sh "script/download-grammars"
sh "script/convert-grammars"
sh "gem", "build", "github-linguist-grammars.gemspec"
end