From ab9dfd185c081348e9a62f60ef332d8eef33e865 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 4 Feb 2016 18:43:23 +0000 Subject: [PATCH] Add note to not use npm start in production --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 529e7cdf0f..a40fa56fd5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Getting started 7. Open http://127.0.0.1:8080/ in your browser to see your newly built Vector. With `npm start`, any changes you make to the source files will cause a rebuild so -your changes will show up when you refresh. +your changes will show up when you refresh. This development server also disables +caching, so do NOT use it in production. For production use, run `npm run build` to build all the necessary files into the `vector` directory and run your own server.