From ffb29d7066268483923fc0875c6e6fe12e2c12a1 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 29 Oct 2021 19:26:06 +0200 Subject: [PATCH] install spectrum --- Gruntfile.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 1ad6013f0..493798a7a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: [