mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 10:30:42 +00:00
install editor.md
This commit is contained in:
parent
bc03490049
commit
d8812eebd7
21
Gruntfile.js
21
Gruntfile.js
|
|
@ -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: [
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user