mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-23 10:32:17 -08:00
⚡ Add .svg to gulpfile
This commit is contained in:
parent
591630abd1
commit
3660f535ac
|
@ -1,7 +1,7 @@
|
|||
const { src, dest } = require('gulp');
|
||||
|
||||
function copyIcons() {
|
||||
return src('nodes/**/*.png')
|
||||
return src('nodes/**/*.{png,svg}')
|
||||
.pipe(dest('dist/nodes'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue