From 2966cf59b0232e61fd4f50311cbb9b529ef42246 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Sat, 21 Oct 2017 23:01:35 -0700 Subject: [PATCH] couple more js fixes * make "yarn build" cmd work on first run. (it was installing a hardlinked file where the dir should go, yuck) * remove an obsolete ui/index.html; it's ui-src/index.html now --- package.json | 2 +- ui/index.html | 86 --------------------------------------------------- 2 files changed, 1 insertion(+), 87 deletions(-) delete mode 100644 ui/index.html diff --git a/package.json b/package.json index f7c0b77..a009a22 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "url": "https://github.com/scottlamb/moonfire-nvr/issues" }, "scripts": { - "build": "ln ui-src/index.html ui-dist && webpack" + "build": "webpack && ln ui-src/index.html ui-dist/" }, "dependencies": { "jquery": "^3.2.1", diff --git a/ui/index.html b/ui/index.html deleted file mode 100644 index c04a3ae..0000000 --- a/ui/index.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - moonfire ui - - - - - - - - - - -
- - -