mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 13:11:31 +00:00
install spectrum
This commit is contained in:
parent
fdda22b58d
commit
07f50b4b95
|
@ -181,6 +181,14 @@ module.exports = function (grunt) {
|
||||||
],
|
],
|
||||||
dest: bootstrapDir + '/bootstrap',
|
dest: bootstrapDir + '/bootstrap',
|
||||||
flatten: true
|
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,
|
expand: true,
|
||||||
src: [
|
src: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user