diff --git a/gulpfile.js b/gulpfile.js new file mode 100644 index 0000000..b62cce9 --- /dev/null +++ b/gulpfile.js @@ -0,0 +1,8 @@ +const { src, dest } = require('gulp'); + +function copyIcons() { + return src('nodes/**/*.{png,svg}') + .pipe(dest('dist/nodes')); +} + +exports['copy:icons'] = copyIcons; \ No newline at end of file diff --git a/nodes/Jellyfin/jellyfin.svg b/nodes/Jellyfin/jellyfin.svg new file mode 100644 index 0000000..f1703bb --- /dev/null +++ b/nodes/Jellyfin/jellyfin.svg @@ -0,0 +1 @@ + \ No newline at end of file