install editor.md

This commit is contained in:
Uwe Steinmann 2025-11-18 14:16:06 +01:00
parent bc03490049
commit d8812eebd7
2 changed files with 22 additions and 0 deletions

View File

@ -221,6 +221,27 @@ module.exports = function (grunt) {
],
dest: bootstrapDir + '/jquery-lazy',
flatten: true
},{
expand: true,
src: [
nodeDir + '/editor.md/editormd.min.js'
],
dest: bootstrapDir + '/editor.md',
flatten: true
},{
expand: true,
cwd: nodeDir + '/editor.md/',
src: [
'lib/*',
'languages/*',
'images/*',
'fonts/*',
'plugins/*',
'lib/codemirror/**',
'css/*'
],
dest: bootstrapDir + '/editor.md',
flatten: false
},{
expand: true,
src: [

View File

@ -17,6 +17,7 @@
"chartjs": "^0.3.24",
"cytoscape": "^3.16.2",
"cytoscape-grid-guide": "^2.3.2",
"editor.md": "^1.5.0",
"fine-uploader": "^5.16.2",
"flag-icon-css": "^3.5.0",
"flot": "^4.2.2",