mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 06:27:15 +00:00
add cytoscape and cytoscape-grid-guide
This commit is contained in:
parent
36f6d7aab9
commit
b231b3f5f1
11
Gruntfile.js
11
Gruntfile.js
|
@ -31,6 +31,17 @@ module.exports = function (grunt) {
|
||||||
flatten: true
|
flatten: true
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
'cytoscape': {
|
||||||
|
files: [{
|
||||||
|
expand: true,
|
||||||
|
src: [
|
||||||
|
nodeDir + '/cytoscape/dist/*',
|
||||||
|
nodeDir + '/cytoscape-grid-guide/cytoscape-grid-guide.js'
|
||||||
|
],
|
||||||
|
dest: vendorDir + '/cytoscape',
|
||||||
|
flatten: true
|
||||||
|
}]
|
||||||
|
},
|
||||||
'jqtree': {
|
'jqtree': {
|
||||||
files: [{
|
files: [{
|
||||||
expand: true,
|
expand: true,
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
"bootstrap-datepicker": "^1.9.0",
|
"bootstrap-datepicker": "^1.9.0",
|
||||||
"chartjs": "^0.3.24",
|
"chartjs": "^0.3.24",
|
||||||
"cytoscape": "^3.15.2",
|
"cytoscape": "^3.15.2",
|
||||||
|
"cytoscape-grid-guide": "^2.3.2",
|
||||||
"fine-uploader": "^5.16.2",
|
"fine-uploader": "^5.16.2",
|
||||||
"flot": "^4.2.1",
|
"flot": "^4.2.1",
|
||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user