File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments