From ab1de2aba7d974aad392a0f58fd47ff1d20c4e60 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Wed, 1 Apr 2015 17:12:24 +0200 Subject: [PATCH] README: mention lib/config.js, cors, gzip --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 791cd5a..d38f244 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,14 @@ Meshviewer is a frontend for # Building +You may want to tweak `lib/config.js` to point to your data fils. If it's +served from a different domain, remember to [enable CORS] on your +webserver. Enabling GZip will reduce bandwidth consumption. + Just run: grunt -This will generate `build/` containing all requires files. +This will generate `build/` containing all required files. + +[enable CORS]: http://enable-cors.org/server.html