README: mention lib/config.js, cors, gzip

This commit is contained in:
Nils Schneider 2015-04-01 17:12:24 +02:00
parent 9475306483
commit ab1de2aba7

View file

@ -24,8 +24,14 @@ Meshviewer is a frontend for
# Building # 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: Just run:
grunt 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