From 15f41460b48170d1efb9b537105632e1bbc4cffc Mon Sep 17 00:00:00 2001 From: Max <m.giller.dev@gmail.com> Date: Thu, 2 Dec 2021 16:16:57 +0100 Subject: [PATCH] Adjusted copy default space for the new directory --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 30de758..56b0b10 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -54,8 +54,8 @@ function zipBuild() { function copyDefaultSpace() { return gulp - .src("datasets/space.json") - .pipe(gulp.dest(dir.build + "datasets/")); + .src("datasets/spaces/space.json") + .pipe(gulp.dest(dir.build + "datasets/spaces/")); } function copyEditorIcons() { -- GitLab