mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
install spectrum
This commit is contained in:
parent
623b1bf0f4
commit
ffb29d7066
|
@ -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