Added API generation and Yaml testing for 1.x and 1.0 branches of elasticsearch.

This commit is contained in:
Spencer Alger
2014-02-05 08:18:19 -07:00
parent 5ff4b6f855
commit 6c5838fbfa
31 changed files with 20144 additions and 2035 deletions

View File

@ -1,7 +1,7 @@
module.exports = {
source: {
src: [
'src/**/*.js -src/elasticsearch/**/* -src/bower-elasticsearch-js/**/*',
'src/**/*.js -src/elasticsearch*/**/* -src/bower-elasticsearch-js/**/*',
'scripts/**/*.js',
'test/**/*.js -test/browser_integration/yaml_tests.js',
'grunt/**/*.js',