@@ -14,16 +14,16 @@ module.exports = function(config) {
14
14
15
15
// list of files / patterns to load in the browser
16
16
files : [
17
- 'static/js/vendor/jquery-1.9.1.min.js' ,
18
- 'static/js/foundation.min.js' ,
19
- 'static/js/vendor/statusmsg.js' ,
20
- 'tests/jstests/testinit.js' , // initialize the statusmsg stuff.
21
- 'static/js/vendor/angular.min.js' ,
22
- 'tests/jstests/angular-mocks.js' ,
23
- 'static/js/develop/**/*.js' ,
24
- 'projecto/apiv1/**/static/js/*.js' ,
25
- 'projecto/apiv1/**/jstests/*.js' ,
26
- 'tests/jstests/others/**/*.js'
17
+ '../../ static/js/vendor/jquery-1.9.1.min.js' ,
18
+ '../../ static/js/foundation.min.js' ,
19
+ '../../ static/js/vendor/statusmsg.js' ,
20
+ '../../ tests/jstests/testinit.js' , // initialize the statusmsg stuff.
21
+ '../../ static/js/vendor/angular.min.js' ,
22
+ '../../ tests/jstests/angular-mocks.js' ,
23
+ '../../ static/js/develop/**/*.js' ,
24
+ '../../ projecto/apiv1/**/static/js/*.js' ,
25
+ '../../ projecto/apiv1/**/jstests/*.js' ,
26
+ '../../ tests/jstests/others/**/*.js'
27
27
] ,
28
28
29
29
0 commit comments