kurdin / console-remote

Remote JavaScript Console.Re Connector for Node.js and Browsers

Home Page:http://console.re

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where can I found souce code for connector.js?

tywtyw2002 opened this issue · comments

where can I found souce code for connector.js?

Source code for connector.js is in lib/connector.browsers.js

You can build final connector.js with all dependences:
> git clone https://github.com/kurdin/console-remote.git
> npm install
> grunt build

Output should be:
Running "concat:build" (concat) task File js/connector.js created.