Skip to content

Commit

Permalink
chore(doc-gen): fix dependencyPath
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Mar 11, 2014
1 parent 247ec19 commit d7717d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 40,7 @@ module.exports = function(config) {
commonFiles: {
scripts: [ '../../../angular.js' ]
},
dependencyPath: '../../..'
dependencyPath: '../../../'
},
scripts: [
'../angular.js',
Expand Down Expand Up @@ -75,7 75,7 @@ module.exports = function(config) {
commonFiles: {
scripts: [ '../../../angular.min.js' ]
},
dependencyPath: '../../..'
dependencyPath: '../../../'
},
scripts: [
'../angular.min.js',
Expand Down Expand Up @@ -113,7 113,7 @@ module.exports = function(config) {
'../../../angular.js'
]
},
dependencyPath: '../../..'
dependencyPath: '../../../'
},
scripts: [
'components/jquery-' getVersion('jquery') '/jquery.js',
Expand Down Expand Up @@ -149,7 149,7 @@ module.exports = function(config) {
commonFiles: {
scripts: [ cdnUrl '/angular.min.js' ]
},
dependencyPath: cdnUrl
dependencyPath: cdnUrl '/'
},
scripts: [
cdnUrl '/angular.min.js',
Expand Down

0 comments on commit d7717d9

Please sign in to comment.