From dfe0d0d8c4d510515b844f574b2f31972f36c47d Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Tue, 10 Apr 2018 22:07:34 -0400 Subject: [PATCH] Added mention of webpack --watch. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index caee3ff..a9ace5b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ tested it on an iPhone 5S at this time. This app is built with Webpack. When done editing `main.js`, the packed file can be built by simply running `webpack` on the command line. -It will be writing to `dist/bundle.js`. +It will be writing to `dist/bundle.js`. To run webpack in a mode so that it regularly checks for +changed files, run `webpack --watch`. In a move that departs from Best Practices, I have made the decision to include the packed file in Git. My reason for this is that the software will be ready to run as soon as it is checked out (or a ZIP is downloaded),