diff --git a/Makefile b/Makefile index ebe9cbb23..3a217d5ba 100644 --- a/Makefile +++ b/Makefile @@ -106,6 +106,7 @@ build-static: ## Copy static assets to dist @echo "Copying static assets..." @mkdir -p dist @cp static/splash.html dist/splash.html + @cp -r public/* dist/ # Always regenerate version file (marked as .PHONY above) version: ## Generate version file diff --git a/package.json b/package.json index 574954648..cadb9bba3 100644 --- a/package.json +++ b/package.json @@ -141,6 +141,8 @@ "dist/**/*.wasm", "dist/**/*.html", "dist/**/*.css", + "dist/**/*.json", + "dist/**/*.png", "dist/assets/**/*", "README.md", "LICENSE"