bytespider / jsOAuth

JavaScript implimentation of the OAuth protocol. Currently supports version 1.0 (RFC5849) of the specification. Node.js & CommonJS compatible.
http://bytespider.github.com/jsOAuth/
MIT License
557 stars 109 forks source link

make requires OS/X (ditto) #14

Closed hintjens closed 13 years ago

hintjens commented 13 years ago

The makefile doesn't run on Linux systems, since it uses ditto. Any way to make this portable?

bytespider commented 13 years ago

The only thing that line does is compress up the commonjs module. You could just comment it out. I'll look at making this an additional step and not part of the main build process.

hintjens commented 13 years ago

Yeah, making this a separate step would be less surprising. Thanks for a cool library BTW.

bytespider commented 13 years ago

Thank you very much :)

bytespider commented 13 years ago

This is done on edge. It will become part of master on the next release. This will most likely be the end of the month