Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit aa4ba23

Browse files
petebacondarwinvojtajina
authored andcommitted
chore(doc-gen): fix dependencyPath
1 parent 25e639b commit aa4ba23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs.config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = function(config) {
4040
commonFiles: {
4141
scripts: [ '../../../angular.js' ]
4242
},
43-
dependencyPath: '../../..'
43+
dependencyPath: '../../../'
4444
},
4545
scripts: [
4646
'../angular.js',
@@ -75,7 +75,7 @@ module.exports = function(config) {
7575
commonFiles: {
7676
scripts: [ '../../../angular.min.js' ]
7777
},
78-
dependencyPath: '../../..'
78+
dependencyPath: '../../../'
7979
},
8080
scripts: [
8181
'../angular.min.js',
@@ -113,7 +113,7 @@ module.exports = function(config) {
113113
'../../../angular.js'
114114
]
115115
},
116-
dependencyPath: '../../..'
116+
dependencyPath: '../../../'
117117
},
118118
scripts: [
119119
'components/jquery-' + getVersion('jquery') + '/jquery.js',
@@ -149,7 +149,7 @@ module.exports = function(config) {
149149
commonFiles: {
150150
scripts: [ cdnUrl + '/angular.min.js' ]
151151
},
152-
dependencyPath: cdnUrl
152+
dependencyPath: cdnUrl + '/'
153153
},
154154
scripts: [
155155
cdnUrl + '/angular.min.js',

0 commit comments

Comments
 (0)