Skip to content

Commit 45886c1

Browse files
committed
Adapted grunt process to copy updated bower components. Updated config to only contain product available currently
1 parent 1abbf21 commit 45886c1

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ module.exports = function (grunt) {
322322
'bower_components/filesaver/FileSaver.js',
323323
'bower_components/backbone.marionette/lib/core/amd/backbone.marionette.min.js',
324324
'bower_components/backbone.wreqr/lib/amd/backbone.wreqr.min.js',
325-
'bower_components/backbone.babysitter/lib/amd/backbone.babysitter.min.js',
325+
'bower_components/backbone.babysitter/lib/backbone.babysitter.min.js',
326+
'bower_components/backbone.babysitter/lib/backbone.babysitter.map',
326327
'bower_components/requirejs-text/text.js',
327328
'bower_components/require-handlebars-plugin/Handlebars.js',
328329
'bower_components/require-handlebars-plugin/hbs/i18nprecompile.js',

app/scripts/config.json

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -70,28 +70,6 @@
7070
}
7171
],
7272
"products": [
73-
{
74-
"name": "SPOT 4 View",
75-
"visible": false,
76-
"timeSlider": true,
77-
"timeSliderProtocol": "WPS",
78-
"color":"blue",
79-
"view":
80-
{
81-
"id": "SPOT4_View",
82-
"protocol": "WMS",
83-
"urls": [
84-
"http://demo.v-manip.eox.at/browse/ows"
85-
],
86-
"style": "default",
87-
"format": "image/png"
88-
},
89-
"download": {
90-
"id": "SPOT4_View",
91-
"protocol": "EOWCS",
92-
"url": "http://demo.v-manip.eox.at/browse/ows"
93-
}
94-
},
9573
{
9674
"name": "PanEuropean Fractional Snow Cover",
9775
"visible": false,
@@ -131,24 +109,6 @@
131109
"protocol": "EOWCS",
132110
"url": "http://neso.cryoland.enveo.at/cryoland/ows"
133111
}
134-
},
135-
{
136-
"name": "SRTM",
137-
"visible": false,
138-
"timeSlider": false,
139-
"view": {
140-
"id": "SRTM8bit_mosaic",
141-
"protocol": "WMS",
142-
"urls": [
143-
"http://earthserver.eox.at/open/ows"
144-
],
145-
"style": "default"
146-
},
147-
"download": {
148-
"id": "SRTM_mosaic",
149-
"protocol": "EOWCS",
150-
"url": "http://earthserver.eox.at/open/ows"
151-
}
152112
}
153113
],
154114
"overlays": [

0 commit comments

Comments
 (0)