nkashyap / console.io

JavaScript Remote Web Console
http://nkashyap.github.io/console.io
189 stars 20 forks source link

Make server/main.js importable/mountable and reading options from a js object #31

Open mcasimir opened 10 years ago

mcasimir commented 10 years ago

Hi, I wish to use console.io in demo of https://github.com/mcasimir/mobile-angular-ui.

It would be very useful since it would make debugging the demo a lot easier.

Anyway I'll need to change it's default configuration and its a little difficult distribute the config along with sources since it is stored in node_modules/.

I also would like to attach console.io to the existing demo server so it will be always available.

nkashyap commented 10 years ago

Today I made some changes in console.io to fix path resolving issue. It should allow you to install console.io globally. Check following link. https://github.com/nkashyap/console.io/issues/29

Ill include it in next release of console.io. Is it something you after?