diff --git a/.docs/eg-iframe.html b/.docs/eg-iframe.html
index d67a1718f3..eacea1e687 100644
--- a/.docs/eg-iframe.html
+++ b/.docs/eg-iframe.html
@@ -10,6 +10,9 @@
+
+
+
diff --git a/Gruntfile.js b/Gruntfile.js
index d0941d3413..2124bc54b4 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -45,7 +45,7 @@ module.exports = function ( grunt ) {
targetFile: '.docs/eg-iframe.html',
template: '.docs/eg-iframe.html.template',
modules: modules,
- load: [ 'visualEditor.desktop' ],
+ load: [ 'visualEditor.desktop.standalone' ],
pathPrefix: 'lib/ve/',
indent: '\t\t'
}