Skip to content

Commit

Permalink
Merge branch 'main' into cesium.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeshurun Hembd committed Jun 5, 2024
2 parents 3559a74 + 72d92ec commit 7457344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,7 @@ async function buildSandcastle() {
streams.push(fileStream);

const dataStream = gulp
.src(["Apps/SampleData/**"])
.src(["Apps/SampleData/**"], { encoding: false })
.pipe(gulp.dest("Build/Sandcastle/SampleData"));
streams.push(dataStream);
}
Expand Down

0 comments on commit 7457344

Please sign in to comment.