From fb000fc21d0b86e89e11d59da48431844d664e63 Mon Sep 17 00:00:00 2001 From: billchurch Date: Fri, 9 Feb 2018 09:20:54 -0500 Subject: [PATCH] readme pointers --- public/README.md | 1 + src/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 public/README.md diff --git a/public/README.md b/public/README.md new file mode 100644 index 0000000..2074b2e --- /dev/null +++ b/public/README.md @@ -0,0 +1 @@ +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 9c4870d..27b142e 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.