mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 05:57:34 +00:00
add flot and font-awesome
This commit is contained in:
parent
e962a33133
commit
547ba8366e
29
Gruntfile.js
29
Gruntfile.js
|
@ -103,6 +103,35 @@ module.exports = function (grunt) {
|
||||||
flatten: true
|
flatten: true
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
'flot': {
|
||||||
|
files: [{
|
||||||
|
expand: true,
|
||||||
|
src: [
|
||||||
|
nodeDir + '/flot/source/jquery.canvaswrapper.js',
|
||||||
|
nodeDir + '/flot/source/jquery.colorhelpers.js',
|
||||||
|
nodeDir + '/flot/source/jquery.flot.*'
|
||||||
|
],
|
||||||
|
dest: vendorDir + '/flot',
|
||||||
|
flatten: true
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
'font-awesome': {
|
||||||
|
files: [{
|
||||||
|
expand: true,
|
||||||
|
src: [
|
||||||
|
nodeDir + '/font-awesome/fonts/*'
|
||||||
|
],
|
||||||
|
dest: vendorDir + '/font-awesome/fonts',
|
||||||
|
flatten: true
|
||||||
|
},{
|
||||||
|
expand: true,
|
||||||
|
src: [
|
||||||
|
nodeDir + '/font-awesome/css/*'
|
||||||
|
],
|
||||||
|
dest: vendorDir + '/font-awesome/css',
|
||||||
|
flatten: true
|
||||||
|
}]
|
||||||
|
},
|
||||||
'fullcalendar': {
|
'fullcalendar': {
|
||||||
files: [{
|
files: [{
|
||||||
expand: true,
|
expand: true,
|
||||||
|
|
|
@ -14,6 +14,8 @@
|
||||||
"chartjs": "^0.3.24",
|
"chartjs": "^0.3.24",
|
||||||
"cytoscape": "^3.15.2",
|
"cytoscape": "^3.15.2",
|
||||||
"fine-uploader": "^5.16.2",
|
"fine-uploader": "^5.16.2",
|
||||||
|
"flot": "^4.2.1",
|
||||||
|
"font-awesome": "^4.7.0",
|
||||||
"fullcalendar": "^3.*",
|
"fullcalendar": "^3.*",
|
||||||
"grunt": "^1.3.0",
|
"grunt": "^1.3.0",
|
||||||
"grunt-contrib-clean": "^2.0.0",
|
"grunt-contrib-clean": "^2.0.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user