shadowsocks / shadowsocks-chromeapp

Chrome client for shadowsocks
696 stars 541 forks source link

No lib ? #23

Closed kavmors closed 8 years ago

kavmors commented 8 years ago

My chrome cannot load js from lib/ , where is it ?

nekolab commented 8 years ago

Hi, since this is a development version, you need to compile CoffeeScript to JavaScript by yourself.

As the note mentioned in Readme.md, you should install node.js and coffeescript, run cake build under the root directory, then load it to Chrome.

Cheers~