mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 22:03:28 +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: [
|
||||
'**/*.{js,json}',
|
||||
'!resources/addon/edit/**',
|
||||
'!resources/lib/**',
|
||||
'!{vendor,node_modules}/**'
|
||||
]
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
},
|
||||
"ext.CodeMirror.addons": {
|
||||
"scripts": [
|
||||
"lib/codemirror/addon/edit/matchbrackets.js"
|
||||
"addon/edit/matchbrackets-wmde.js"
|
||||
],
|
||||
"dependencies": [
|
||||
"ext.CodeMirror.lib"
|
||||
|
|
Loading…
Reference in a new issue