Move all grammars that use Git repos to submodules

This makes it so we don't have to redownload all the grammars every time
we build the grammars gem. It will also let us verify that grammars.yml
is accurate in the future by checking it against the submodules on disk.

script/bootstrap now updates the submodules.
This commit is contained in:
Adam Roben
2014-12-18 10:24:18 -05:00
parent 587ab35d65
commit f2ab426d38
177 changed files with 928 additions and 187 deletions

View File

@@ -7,3 +7,6 @@ cd "$(dirname "$0")/.."
bundle config --local path vendor/gems
bundle check > /dev/null 2>&1 || bundle install
git submodule sync --quiet
git submodule update --init