Merge "Fix dependencies for eg-iframe"

This commit is contained in:
jenkins-bot 2014-05-23 23:59:12 +00:00 committed by Gerrit Code Review
commit f9aecc4b60
2 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,9 @@
<!-- oojs-ui-apex -->
<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 -->
<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">

View file

@ -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'
}