mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Add new color picker component using coloris.js library (#1575)
This commit is contained in:
@@ -448,7 +448,7 @@ gulp.task('copy-libs', (cb) => {
|
||||
files.forEach((file) => {
|
||||
if (!file.match(/^https?/)) {
|
||||
let dirname = path.dirname(file).replace('@', '')
|
||||
let cmd = `mkdir -p "${distDir}/libs/${dirname}" && cp -r node_modules/${dirname}/* ${distDir}/libs/${dirname}`
|
||||
let cmd = `mkdir -p "${distDir}/libs/${dirname}" && cp -r node_modules/${path.dirname(file)}/* ${distDir}/libs/${dirname}`
|
||||
|
||||
cp.exec(cmd)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user