Isi Robayna

Results 3 issues of Isi Robayna

It appears something has changed in latest capistrano and now it requires `#{scm}:set_current_revision` I have forked the code and added the following definition ``` ruby Rake::Task.define_task("#{scm}:set_current_revision") do invoke "rsync:current_revision" end...

Any plans to support Webpack? If I include the library via bower, works as expected but using webpack I am getting the following error: ``` keys.js:959 Uncaught TypeError: Cannot read...

It appears multibar uses `curse` and this has a dependency on `github.com/kless/term` which does not support windows. Any ideas about how to make multibar run on windows? Thanks!