File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module.exports = function(config) {
14
14
'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.js' ,
15
15
'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular-mocks.js' ,
16
16
'http://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.js' ,
17
- 'src/*.js' ,
17
+ 'src/**/* .js' ,
18
18
'test/*.js'
19
19
] ,
20
20
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module.exports = function(config) {
14
14
'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.js' ,
15
15
'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular-mocks.js' ,
16
16
'http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.6.0/underscore.js' ,
17
- 'src/*.js' ,
17
+ 'src/**/* .js' ,
18
18
'test/*.js'
19
19
] ,
20
20
You can’t perform that action at this time.
0 commit comments