mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Add .svg to gulpfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const { src, dest } = require('gulp');
|
||||
|
||||
function copyIcons() {
|
||||
return src('nodes/**/*.png')
|
||||
return src('nodes/**/*.{png,svg}')
|
||||
.pipe(dest('dist/nodes'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user