This commit is contained in:
billchurch 2018-02-09 09:22:45 -05:00
parent fb000fc21d
commit 15945f0d16
2 changed files with 1 additions and 2 deletions

View file

@ -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.

View file

@ -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.