소스 검색

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

Nils Schneider 9 년 전
부모
커밋
ab1de2aba7
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  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