aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs.config.js
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-03-11 20:20:37 +0000
committerVojta Jina2014-03-14 11:49:01 -0700
commitaa4ba23350c20609f1cd5276153b30683b9fdde8 (patch)
tree0956f08db84cd523444724bb0861e3433277c468 /docs/docs.config.js
parent25e639b4748aefb9b74f2329b7d6d065a921e357 (diff)
downloadangular.js-aa4ba23350c20609f1cd5276153b30683b9fdde8.tar.bz2
chore(doc-gen): fix dependencyPath
Diffstat (limited to 'docs/docs.config.js')
-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',