Closed zcaudate closed 10 years ago
Sorry... The link is http://github.com/purnam/gyr
wisp works natively with node modules, also wisp modules can be imported by other node programs. There for dependency management has being handled by node package manager. I personally tend to precompile library to JS before publishing it, although that's not a requirement.
If you need more assistance free to drop by https://gitter.im/Gozala/wisp
Cool :) will do
On 12 Jul 2014, at 9:00, Irakli Gozalishvili notifications@github.com wrote:
If you need more assistance free to drop by https://gitter.im/Gozala/wisp
— Reply to this email directly or view it on GitHub.
I wish to port http://github.com/zcaudate/gyr over to wisp and I'm wondering how wisp handles library dependencies (like maven style deps) what do I have to do with my wisp code in order for it to be reusable in another project?