README: mention lib/config.js, cors, gzip
This commit is contained in:
parent
9475306483
commit
ab1de2aba7
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue