Explorar el Código

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

Nils Schneider hace 9 años
padre
commit
ab1de2aba7
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      README.md

+ 7 - 1
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