diff --git a/.gitignore b/.gitignore index a5e7ade..10df105 100644 --- a/.gitignore +++ b/.gitignore @@ -65,7 +65,7 @@ testdata/output/ # Web dashboard web/node_modules/ -web/dist/ +web/dist/assets/ # Claude Code settings .claude/settings.local.json diff --git a/Makefile b/Makefile index 2409c03..2623d16 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ web-dev: web-deps ## Start web dev server with API proxy web-clean: ## Clean web build artifacts @echo "$(BLUE)Cleaning web artifacts...$(NC)" - @rm -rf web/dist web/node_modules + @rm -rf web/dist/assets web/node_modules @echo "$(GREEN)✓ Web artifacts cleaned$(NC)" # Ensure web/dist exists for go:embed (stub if not built) @@ -253,7 +253,7 @@ clean: ## Clean build artifacts @echo "$(BLUE)Cleaning build artifacts...$(NC)" @rm -rf $(BUILD_DIR) @rm -rf $(DIST_DIR) - @rm -rf web/dist + @rm -rf web/dist/assets @rm -f $(BINARY_NAME) @echo "$(GREEN)✓ Cleaned$(NC)" diff --git a/web/dist/index.html b/web/dist/index.html new file mode 100644 index 0000000..4eba059 --- /dev/null +++ b/web/dist/index.html @@ -0,0 +1,187 @@ + + +
+ + +
+ You're running Gonzo via go install, which includes the full TUI but can't bundle the web dashboard.
+ Install via one of the methods below to get the complete Dstl8 Lite experience.
+
d in the TUI to open this page, or ? for help.
+