diff options
| author | Peter Bacon Darwin | 2014-02-13 22:26:22 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:42 +0000 | 
| commit | 24a87d90f2152758d2c96ef3dd2a27a577932705 (patch) | |
| tree | e9e8af4b5ec5e5617b6ba2ad1ce2d8a251abf36f /docs/docs.config.js | |
| parent | 0b35521d8ffe9ff851c49801900381ec043962f0 (diff) | |
| download | angular.js-24a87d90f2152758d2c96ef3dd2a27a577932705.tar.bz2 | |
chore(doc-gen): provide example dependencyPath in config
Diffstat (limited to 'docs/docs.config.js')
| -rw-r--r-- | docs/docs.config.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/docs/docs.config.js b/docs/docs.config.js index 4c6d07d2..4c9b96f6 100644 --- a/docs/docs.config.js +++ b/docs/docs.config.js @@ -16,6 +16,7 @@ module.exports = function(config) {      scripts: [ '../../../angular.js' ],      stylesheets: []    }); +  config.set('processing.examples.dependencyPath', '../../..');    config.set('rendering.outputFolder', '../build/docs'); | 
