aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config/index.js
diff options
context:
space:
mode:
authorJulie2014-02-12 22:47:42 +0000
committerPeter Bacon Darwin2014-02-16 19:03:42 +0000
commitcd508678cd9baffd2bc0c9e11ae724a7b2ff70bb (patch)
treeaed39a3c95c481e875c3dedd43006ffdbe15cf62 /docs/config/index.js
parent0f77bd6d0a5c7c4529f5330ece032eea32eca278 (diff)
downloadangular.js-cd508678cd9baffd2bc0c9e11ae724a7b2ff70bb.tar.bz2
chore(protractor-generator): add dgeni processor for protractor
Diffstat (limited to 'docs/config/index.js')
-rw-r--r--docs/config/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config/index.js b/docs/config/index.js
index ae905889..eb23737e 100644
--- a/docs/config/index.js
+++ b/docs/config/index.js
@@ -12,6 +12,7 @@ module.exports = function(config) {
require('./processors/keywords'),
require('./processors/versions-data'),
require('./processors/pages-data'),
+ require('./processors/protractor-generate'),
require('./processors/index-page')
]);