mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
Fix dependencies for eg-iframe
Requires standalone to actually run, as in core. Change-Id: I408981eb1ba12f0a447d0582b88f6b67d0e455cb
This commit is contained in:
parent
4c36d6e9c6
commit
7330b38ebf
|
@ -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">
|
||||||
|
|
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue