You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: Gruntfile.js
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -93,13 +93,13 @@ module.exports = function (grunt) {
93
93
'!extensions/default/*/thirdparty/**/*.htm{,l}',
94
94
'extensions/dev/*',
95
95
'extensions/samples/**/*',
96
-
'thirdparty/CodeMirror2/addon/{,*/}*',
97
-
'thirdparty/CodeMirror2/keymap/{,*/}*',
98
-
'thirdparty/CodeMirror2/lib/{,*/}*',
99
-
'thirdparty/CodeMirror2/mode/{,*/}*',
100
-
'!thirdparty/CodeMirror2/mode/**/*.html',
101
-
'!thirdparty/CodeMirror2/**/*test.js',
102
-
'thirdparty/CodeMirror2/theme/{,*/}*',
96
+
'thirdparty/CodeMirror/addon/{,*/}*',
97
+
'thirdparty/CodeMirror/keymap/{,*/}*',
98
+
'thirdparty/CodeMirror/lib/{,*/}*',
99
+
'thirdparty/CodeMirror/mode/{,*/}*',
100
+
'!thirdparty/CodeMirror/mode/**/*.html',
101
+
'!thirdparty/CodeMirror/**/*test.js',
102
+
'thirdparty/CodeMirror/theme/{,*/}*',
103
103
'thirdparty/i18n/*.js',
104
104
'thirdparty/text/*.js'
105
105
]
@@ -268,11 +268,11 @@ module.exports = function (grunt) {
268
268
vendor : [
269
269
'test/polyfills.js',/* For reference to why this polyfill is needed see Issue #7951. The need for this should go away once the version of phantomjs gets upgraded to 2.0 */
0 commit comments