diff --git a/Gruntfile.js b/Gruntfile.js index 41145842b..c7c25443c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -25,10 +25,11 @@ module.exports = function(grunt) { 'dist/mapml.js': ['<%= rollup.main.dest %>'], 'dist/web-map.js': ['src/web-map.js'], 'dist/mapml-viewer.js': ['src/mapml-viewer.js'], - 'dist/DOMTokenList.js': ['src/mapml/utils/DOMTokenList.js'], 'dist/map-caption.js': ['src/map-caption.js'], 'dist/map-feature.js': ['src/map-feature.js'], 'dist/map-extent.js': ['src/map-extent.js'], + 'dist/map-input.js': ['src/map-input.js'], + 'dist/map-link.js': ['src/map-link.js'], 'dist/map-area.js': ['src/map-area.js'], 'dist/layer.js': ['src/layer.js'], 'dist/leaflet.js': ['dist/leaflet-src.js', @@ -159,7 +160,7 @@ module.exports = function(grunt) { { expand: true, src: ['dist/*'], - dest: '../web-map-doc' + dest: '../web-map-doc/static' } ] } diff --git a/index.html b/index.html index a1919378b..7040693c5 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ /* Responsive map. */ max-width: 100%; - /* Full viewport. */ + /* Full viewport. */ width: 100%; height: 100%; @@ -72,56 +72,64 @@
-