add cytoscape and cytoscape-grid-guide

This commit is contained in:
Uwe Steinmann 2020-08-27 08:13:14 +02:00
parent 36f6d7aab9
commit b231b3f5f1
2 changed files with 12 additions and 0 deletions

View File

@ -31,6 +31,17 @@ module.exports = function (grunt) {
flatten: true
}]
},
'cytoscape': {
files: [{
expand: true,
src: [
nodeDir + '/cytoscape/dist/*',
nodeDir + '/cytoscape-grid-guide/cytoscape-grid-guide.js'
],
dest: vendorDir + '/cytoscape',
flatten: true
}]
},
'jqtree': {
files: [{
expand: true,

View File

@ -13,6 +13,7 @@
"bootstrap-datepicker": "^1.9.0",
"chartjs": "^0.3.24",
"cytoscape": "^3.15.2",
"cytoscape-grid-guide": "^2.3.2",
"fine-uploader": "^5.16.2",
"flot": "^4.2.1",
"font-awesome": "^4.7.0",