@@ -39,15 +39,15 @@ module.exports = function (config) {
39
39
// list of files / patterns to load in the browser
40
40
files : [
41
41
'node_modules/jasmine-data_driven_tests/src/all.js' ,
42
- 'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/ jquery- 2.1.4/jquery-2.1.4 .min.js' ,
43
- 'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/leaflet-0 .7.7/leaflet.js' ,
44
- 'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/ Leaflet.Coordinates-0 .1.5/Leaflet.Coordinates-0.1.5.min.js' ,
45
- 'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/ Leaflet.loading-0 .1.16/Control.Loading.js' ,
46
- 'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/ Leaflet.EasyButton-1 .2.0/easy-button.js' ,
47
- 'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/urijs-1. 18.0/URI.js' ,
48
- 'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web -app/js /layers/SmartWmsLayer.js' ,
49
- 'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web -app/js /Map.js' ,
50
- 'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web -app/js /OccurrenceMap.js' ,
42
+ 'https://cdn.jsdelivr.net/gh//jquery/ jquery@ 2.1.4/dist/ jquery.min.js' ,
43
+ 'https://cdn.jsdelivr.net/gh/Leaflet/Leaflet@v0 .7.7/dist /leaflet.js' ,
44
+ 'https://cdn.jsdelivr.net/gh/MrMufflon/ Leaflet.Coordinates@v0 .1.5/dist /Leaflet.Coordinates-0.1.5.min.js' ,
45
+ 'https://cdn.jsdelivr.net/gh/ebrelsford/ Leaflet.loading@v0 .1.16/src /Control.Loading.js' ,
46
+ 'https://cdn.jsdelivr.net/gh/CliffCloud/ Leaflet.EasyButton@v1 .2.0/src /easy-button.js' ,
47
+ 'https://cdn.jsdelivr.net/gh/medialize/URI.js@v1. 18.0/src /URI.js' ,
48
+ 'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin@3.0.1/grails -app/assets/javascripts/plugins/ala-map /layers/SmartWmsLayer.js' ,
49
+ 'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin@3.0.1//grails -app/assets/javascripts/plugins/ala-map /Map.js' ,
50
+ 'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin@3.0.1//grails -app/assets/javascripts/plugins/ala-map /OccurrenceMap.js' ,
51
51
'grails-app/assets/thirdparty/modernizr/modernizer.js' ,
52
52
'grails-app/assets/thirdparty/angular/angular-1.3.20.js' ,
53
53
'grails-app/assets/thirdparty/angular/angular-sanitize-1.3.20.js' ,
@@ -112,8 +112,8 @@ module.exports = function (config) {
112
112
// start these browsers
113
113
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
114
114
browsers : [
115
- 'Chrome' ,
116
- 'ChromeHeadless'
115
+ 'Chrome' // ,
116
+ // 'ChromeHeadless'
117
117
] ,
118
118
119
119
0 commit comments