mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 05:01:43 +00:00
install spectrum
This commit is contained in:
parent
fdda22b58d
commit
07f50b4b95
|
@ -181,6 +181,14 @@ module.exports = function (grunt) {
|
|||
],
|
||||
dest: bootstrapDir + '/bootstrap',
|
||||
flatten: true
|
||||
},{
|
||||
expand: true,
|
||||
src: [
|
||||
nodeDir + '/spectrum-colorpicker2/dist/spectrum.min.js',
|
||||
nodeDir + '/spectrum-colorpicker2/dist/spectrum.min.css'
|
||||
],
|
||||
dest: bootstrapDir + '/spectrum-colorpicker2',
|
||||
flatten: true
|
||||
},{
|
||||
expand: true,
|
||||
src: [
|
||||
|
|
Loading…
Reference in New Issue
Block a user