[Pkg-javascript-commits] [sockjs-client] 261/434: Cosmetic: Add links to `config.js` files.

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch master
in repository sockjs-client.

commit 7ea8e5bda8cf97a626d2849429c0d824db5c5bdc
Author: Marek Majkowski <majek04 at gmail.com>
Date:   Wed Dec 14 14:00:56 2011 +0000

    Cosmetic: Add links to `config.js` files.
---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 72c8755..ed1b5c7 100644
--- a/README.md
+++ b/README.md
@@ -253,7 +253,7 @@ If you look at your browser console you will see warnings like that:
 This is due to a fact that SockJS-node test server is using compiled
 javascript from CDN, rather than your freshly compiled version. To fix
 that you must amend `sockjs_url` that is used by SockJS-node test
-server. Edit the `config.js` file:
+server. Edit the [`config.js`](https://github.com/sockjs/sockjs-node/blob/master/examples/test_server/config.js) file:
 
     vim sockjs-node/examples/test_server/config.js
 
@@ -266,6 +266,11 @@ to a freshly compiled sockjs, for example:
     sockjs_url: 'http://localhost:8080/lib/sockjs.js',
 
 
+Also, if you want to run tests agains SockJS server not running on
+`localhost:8081` you may want to edit the
+[`tests/config.js`](https://github.com/sockjs/sockjs-client/blob/master/tests/config.js)
+file.
+
 Additionally, if you're doing more serious development consider using
 `make serve`, which will automatically reload the server when you
 modify the source code.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list