From 15945f0d16d74f97b4f4751c51117542f8d273d0 Mon Sep 17 00:00:00 2001 From: billchurch Date: Fri, 9 Feb 2018 09:22:45 -0500 Subject: [PATCH] update --- public/README.md | 1 - src/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 public/README.md diff --git a/public/README.md b/public/README.md deleted file mode 100644 index 2074b2e..0000000 --- a/public/README.md +++ /dev/null @@ -1 +0,0 @@ -This directory contains/serves the browser client files. This directory is transient and is deleted and recreated each time "npm run build" is executed. Utilize ../src and "npm run build" scripts instead. diff --git a/src/README.md b/src/README.md index 27b142e..e5728b5 100644 --- a/src/README.md +++ b/src/README.md @@ -1 +1 @@ -Customizations and modifications to the client (browser) go here. Then run "npm run build" to integrate into ../public (where client files are served from). Note that ../public is a flat directory structure. +Customizations and modifications to the client (browser) go here. Then run "npm run build" to integrate into ../public (where client files are served from). Note that ../public is a flat directory structure. ../public directory is deleted and refreshed eatch thime "npm run build" is run.