From 2d8a3d9f9b82630be266813414551c3f13a896f7 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Wed, 13 Apr 2022 17:12:38 +0530 Subject: [PATCH] Fix SDK build --- scripts/sdk/build.sh | 2 +- src/index.html | 2 -- vite.sdk-assets-config.js | 12 +++++++++++- vite.sdk-lib-config.js | 3 ++- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/scripts/sdk/build.sh b/scripts/sdk/build.sh index 5534601e..4b3127fc 100755 --- a/scripts/sdk/build.sh +++ b/scripts/sdk/build.sh @@ -11,7 +11,7 @@ cp doc/SDK.md target/README.md pushd target pushd asset-build/assets mv main.*.js ../../main.js -mv index.*.css ../../style.css +mv *light.*.css ../../style.css mv download-sandbox.*.html ../../download-sandbox.html rm *.js *.wasm mv ./* ../../ diff --git a/src/index.html b/src/index.html index 456f095a..428da222 100644 --- a/src/index.html +++ b/src/index.html @@ -2,8 +2,6 @@ - -