Jean-Michel
Jean-Michel
Thanks for this plugin. My current project use npm to install all depednencies. Could you please merge this ?
 That is weird I have installed it that way: package.json ``` "ngprogress": "VictorBjelkholm/ngProgress#v1.1.3", ``` then include resources: ``` "node_modules/ngprogress/build/ngProgress.min.js", "node_modules/ngprogress/ngProgress.css", ``` app.js...
The typeerror comes from here, the fix is trivial: https://github.com/fschulze/mr.developer/blob/master/src/mr/developer/git.py#L158 ``` output = action(**kwargs) ``` File "/home/zope/adria/rcse/production-2013-09-11-11-18-37/buildout-cache/eggs/mr.developer-1.26-py2.7.egg/mr/developer/git.py", line 226, in checkout return self.git_checkout(**kwargs) File "/home/zope/adria/rcse/production-2013-09-11-11-18-37/buildout-cache/eggs/mr.developer-1.26-py2.7.egg/mr/developer/git.py", line 135, in git_checkout stdout,...