From 602187def5c3f2057592666c0488937263363860 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sun, 2 May 2021 14:14:31 +1000 Subject: [PATCH] Cleanup build output --- package.json | 4 +- public/index.html | 2 +- public/robots.txt | 3 -- public/typelogo.svg | 29 ------------- snowpack.config.js | 2 +- src/components/Header.tsx | 4 +- src/components/logo.tsx | 86 +++++++++++++++++++++++++++++++++++++++ yarn.lock | 8 ++-- 8 files changed, 96 insertions(+), 42 deletions(-) delete mode 100644 public/robots.txt delete mode 100644 public/typelogo.svg create mode 100644 src/components/logo.tsx diff --git a/package.json b/package.json index 8ff13e39..a3711cc3 100644 --- a/package.json +++ b/package.json @@ -2,14 +2,14 @@ "scripts": { "start": "NODE_ENV=development snowpack dev", "build": "snowpack build", - "package": "yarn gzipper c build output", + "package": "yarn gzipper c -i html,js,css build build/output", "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"", "lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"" }, "dependencies": { "@headlessui/react": "^1.1.1", "@heroicons/react": "^1.0.1", - "@meshtastic/meshtasticjs": "^0.6.9", + "@meshtastic/meshtasticjs": "^0.6.10", "react": "^17.0.0", "react-dom": "^17.0.0", "react-flags-select": "^2.1.2", diff --git a/public/index.html b/public/index.html index fe17c38c..e772d911 100644 --- a/public/index.html +++ b/public/index.html @@ -19,7 +19,7 @@
- +