updated the readme for the generate scripts

This commit is contained in:
Spencer Alger
2013-12-04 20:16:18 -06:00
parent a772a4e070
commit 0c7023dec6
2 changed files with 3 additions and 7 deletions

View File

@ -1,5 +1,3 @@
Generate the API using the es [REST api spec](https://github.com/elasticsearch/elasticsearch-rest-api-spec).
to run, call `grunt`, or for just this task run `grunt generate:js_api`.
To force a regen, delete the old `src/lib/api.js` file.
run by calling `npm run generate`. Force it to update, even if their has not been a new commit, but calling with `--force` or `-f`

View File

@ -1,5 +1,3 @@
Download the yaml suite's test specs, runs before each run of the suite to ensure they are up to date, and will re-downloaded every day.
Download the yaml suite's test specs, runs before each run of the suite to ensure they are up to date.
to run, call `grunt` or for this specific task, `grunt generate:yaml_suite`.
To force a regen, delete the old `test/integration/yaml_suite/tests` directory.
run by calling `npm run generate`. Force it to update, even if their has not been a new commit, but calling with `--force` or `-f`