mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +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
|
||||
}]
|
||||
},
|
||||
'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,
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user