chore(doc-gen): provide example dependencyPath in config

This commit is contained in:
Peter Bacon Darwin
2014-02-13 22:26:22 +00:00
parent 0b35521d8f
commit 24a87d90f2

View File

@@ -16,6 +16,7 @@ module.exports = function(config) {
scripts: [ '../../../angular.js' ],
stylesheets: []
});
config.set('processing.examples.dependencyPath', '../../..');
config.set('rendering.outputFolder', '../build/docs');