Rename modules/VisualEditor to modules/ve-math

Per new naming convention (i.e. to be consistent with
ve-graph).

Change-Id: I3eae4ce011f0078b204d882a8068f844cd19daa3
This commit is contained in:
Ed Sanders 2015-09-17 13:52:15 +01:00 committed by Physikerwelt
parent 0407653730
commit abad392272
13 changed files with 8 additions and 8 deletions

View File

@ -21,7 +21,7 @@ module.exports = function ( grunt ) {
options: {
csslintrc: '.csslintrc'
},
all: 'modules/VisualEditor/*.css'
all: 'modules/ve-math/*.css'
},
jshint: {
options: {

View File

@ -136,15 +136,15 @@
},
"ext.math.visualEditor": {
"scripts": [
"VisualEditor/ve.dm.MWMathNode.js",
"VisualEditor/ve.ce.MWMathNode.js",
"VisualEditor/ve.ui.MWMathInspector.js",
"VisualEditor/ve.ui.MWMathInspectorTool.js"
"ve-math/ve.dm.MWMathNode.js",
"ve-math/ve.ce.MWMathNode.js",
"ve-math/ve.ui.MWMathInspector.js",
"ve-math/ve.ui.MWMathInspectorTool.js"
],
"styles": [
"VisualEditor/ve.ce.MWMathNode.css",
"VisualEditor/ve.ui.MWMathIcons.css",
"VisualEditor/ve.ui.MWMathInspector.css"
"ve-math/ve.ce.MWMathNode.css",
"ve-math/ve.ui.MWMathIcons.css",
"ve-math/ve.ui.MWMathInspector.css"
],
"dependencies": [
"ext.visualEditor.mwcore"

View File

Before

Width:  |  Height:  |  Size: 609 B

After

Width:  |  Height:  |  Size: 609 B

View File

Before

Width:  |  Height:  |  Size: 1010 B

After

Width:  |  Height:  |  Size: 1010 B

View File

Before

Width:  |  Height:  |  Size: 1011 B

After

Width:  |  Height:  |  Size: 1011 B

View File

Before

Width:  |  Height:  |  Size: 293 B

After

Width:  |  Height:  |  Size: 293 B