diff --git a/Gruntfile.js b/Gruntfile.js index 98f86f0..d000885 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -87,6 +87,10 @@ module.exports = function(grunt) { src: 'src/tiny.html', dest: 'dist/tiny.html' }, + iframedemo: { + src: 'src/iframe.html', + dest: 'dist/iframe.html' + }, }, watch: { files: ['Gruntfile.js', 'src/**/*.js', 'src/**/*.css', 'src/**/*.html', 'src/**/*.html', 'images/*', 'test/**/*.js'], diff --git a/src/demo.html b/src/demo.html index 9697b73..d69f559 100644 --- a/src/demo.html +++ b/src/demo.html @@ -179,6 +179,19 @@
<iframe src="iframe.html?address=Marktplatz 5, 71083 Herrenberg&name=Rathaus&lat=48.5965246&lon=8.8704940" + width="100%" height="500" title="Adress Box IFrame Demo"/>+ + +