diff options
| author | Peter Bacon Darwin | 2014-02-13 21:50:13 +0000 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:42 +0000 |
| commit | 0b35521d8ffe9ff851c49801900381ec043962f0 (patch) | |
| tree | 3143e1bfbc1c436b626f1dde408e1e6d9e985703 /docs/config/index.js | |
| parent | 4a938213dfc0ef1828ab795ba726c490b267db69 (diff) | |
| download | angular.js-0b35521d8ffe9ff851c49801900381ec043962f0.tar.bz2 | |
chore(doc-gen): move git info into its own processor
Diffstat (limited to 'docs/config/index.js')
| -rw-r--r-- | docs/config/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config/index.js b/docs/config/index.js index eb23737e..f2d76977 100644 --- a/docs/config/index.js +++ b/docs/config/index.js @@ -9,6 +9,7 @@ module.exports = function(config) { config = angularjsPackage(config); config.append('processing.processors', [ + require('./processors/git-data'), require('./processors/keywords'), require('./processors/versions-data'), require('./processors/pages-data'), |
