Fix dependencies for eg-iframe

Requires standalone to actually run, as in core.

Change-Id: I408981eb1ba12f0a447d0582b88f6b67d0e455cb
This commit is contained in:
Ed Sanders 2014-05-21 21:09:56 +01:00 committed by James D. Forrester
parent 4c36d6e9c6
commit 7330b38ebf
2 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,9 @@
<!-- oojs-ui-apex --> <!-- oojs-ui-apex -->
<link rel=stylesheet href="lib/ve/lib/oojs-ui/oojs-ui-apex.css"> <link rel=stylesheet href="lib/ve/lib/oojs-ui/oojs-ui-apex.css">
<!-- oojs-ui-apex -->
<link rel=stylesheet href="lib/ve/lib/oojs-ui/oojs-ui-apex.css">
<!-- visualEditor.core --> <!-- visualEditor.core -->
<link rel=stylesheet href="lib/ve/modules/ve/ce/styles/nodes/ve.ce.AlienNode.css"> <link rel=stylesheet href="lib/ve/modules/ve/ce/styles/nodes/ve.ce.AlienNode.css">
<link rel=stylesheet href="lib/ve/modules/ve/ce/styles/nodes/ve.ce.BranchNode.css"> <link rel=stylesheet href="lib/ve/modules/ve/ce/styles/nodes/ve.ce.BranchNode.css">

View file

@ -45,7 +45,7 @@ module.exports = function ( grunt ) {
targetFile: '.docs/eg-iframe.html', targetFile: '.docs/eg-iframe.html',
template: '.docs/eg-iframe.html.template', template: '.docs/eg-iframe.html.template',
modules: modules, modules: modules,
load: [ 'visualEditor.desktop' ], load: [ 'visualEditor.desktop.standalone' ],
pathPrefix: 'lib/ve/', pathPrefix: 'lib/ve/',
indent: '\t\t' indent: '\t\t'
} }