mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-21 16:49:17 +00:00
install tablesort
This commit is contained in:
parent
fc8afd1b5c
commit
a05196b876
|
|
@ -242,6 +242,15 @@ module.exports = function (grunt) {
|
|||
],
|
||||
dest: bootstrapDir + '/editor.md',
|
||||
flatten: false
|
||||
},{
|
||||
expand: true,
|
||||
cwd: nodeDir + '/tablesort/dist/',
|
||||
src: [
|
||||
'tablesort.min.js',
|
||||
'sorts/**'
|
||||
],
|
||||
dest: bootstrapDir + '/tablesort',
|
||||
flatten: false
|
||||
},{
|
||||
expand: true,
|
||||
src: [
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
"popper.js": "^1.16.1",
|
||||
"select2": "^4.0.13",
|
||||
"spectrum-colorpicker2": "^2.0.10",
|
||||
"tablesort": "^5.6.0",
|
||||
"vis-timeline": "^7.4.7"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user