mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-27 15:40:00 +00:00
Rename our customized matchbrackets addon
Bug: T269096 Change-Id: I5b58099166f71ccc1b3b19334f28e8bbaafaceb3
This commit is contained in:
parent
9ab93e1c54
commit
473a711aaa
|
@ -12,6 +12,7 @@ module.exports = function ( grunt ) {
|
||||||
},
|
},
|
||||||
all: [
|
all: [
|
||||||
'**/*.{js,json}',
|
'**/*.{js,json}',
|
||||||
|
'!resources/addon/edit/**',
|
||||||
'!resources/lib/**',
|
'!resources/lib/**',
|
||||||
'!{vendor,node_modules}/**'
|
'!{vendor,node_modules}/**'
|
||||||
]
|
]
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
},
|
},
|
||||||
"ext.CodeMirror.addons": {
|
"ext.CodeMirror.addons": {
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"lib/codemirror/addon/edit/matchbrackets.js"
|
"addon/edit/matchbrackets-wmde.js"
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"ext.CodeMirror.lib"
|
"ext.CodeMirror.lib"
|
||||||
|
|
Loading…
Reference in a new issue