jonnyzzz / TeamCity.Node

Node.js, NPM and Phantom.JS runners for TeamCity
Apache License 2.0
309 stars 49 forks source link

Bower runner #65

Open sadgit opened 9 years ago

sadgit commented 9 years ago

Essentially a clone of the grunt runner just to run /node_modules/.bin/bower(.cmd)

jonnyzzz commented 9 years ago

Do you probably like to help us by providing a patch?

sadgit commented 9 years ago

I'm not familiar with the toolkit - but will give it a stab

crathermel commented 9 years ago

Is there an existing way to run "bower install" on team city? I it is failing right now for me via a step type of "command line". Guessing it has to be a git bash step of sorts?

jonnyzzz commented 9 years ago

You may need to include #!/bin/bash as the first line for commandline runner.

crathermel commented 9 years ago

@jonnyzzz Thanks that worked.