mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Update CodeMirror dep to v5.42.2
Affects Code and Markdown section types
This commit is contained in:
parent
c706edec47
commit
479a61a3ef
347 changed files with 21845 additions and 20770 deletions
|
@ -63,7 +63,8 @@ module.exports = function (defaults) {
|
|||
app.import('vendor/sortable.js');
|
||||
app.import('vendor/table-editor.min.js');
|
||||
app.import('vendor/underscore.js');
|
||||
app.import('vendor/codemirror.js'); // boot-up files
|
||||
app.import('vendor/codemirror.js'); // core lib
|
||||
app.import('vendor/codemirror-boot.js'); // boot-up files
|
||||
|
||||
app.import('vendor/bootstrap.bundle.min.js');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue