aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-03-11 20:20:37 +0000
committerPeter Bacon Darwin2014-03-11 20:24:34 +0000
commitd7717d93e4e3686acd488784a37141b070db9929 (patch)
tree2c3b93aa8115ccb628cd2ea9e8a08b7c823eabb7 /docs
parent247ec19c82bf6cd27099e013db8ea577083111ee (diff)
downloadangular.js-d7717d93e4e3686acd488784a37141b070db9929.tar.bz2
chore(doc-gen): fix dependencyPath
Diffstat (limited to 'docs')
-rw-r--r--docs/docs.config.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docs.config.js b/docs/docs.config.js
index 883f80f0..fcd3f9d9 100644
--- a/docs/docs.config.js
+++ b/docs/docs.config.js
@@ -40,7 +40,7 @@ module.exports = function(config) {
commonFiles: {
scripts: [ '../../../angular.js' ]
},
- dependencyPath: '../../..'
+ dependencyPath: '../../../'
},
scripts: [
'../angular.js',
@@ -75,7 +75,7 @@ module.exports = function(config) {
commonFiles: {
scripts: [ '../../../angular.min.js' ]
},
- dependencyPath: '../../..'
+ dependencyPath: '../../../'
},
scripts: [
'../angular.min.js',
@@ -113,7 +113,7 @@ module.exports = function(config) {
'../../../angular.js'
]
},
- dependencyPath: '../../..'
+ dependencyPath: '../../../'
},
scripts: [
'components/jquery-' + getVersion('jquery') + '/jquery.js',
@@ -149,7 +149,7 @@ module.exports = function(config) {
commonFiles: {
scripts: [ cdnUrl + '/angular.min.js' ]
},
- dependencyPath: cdnUrl
+ dependencyPath: cdnUrl + '/'
},
scripts: [
cdnUrl + '/angular.min.js',