How can I use Bower as a package manager with Visual Studio 2013? I.e. I have a .NET project and want to add some packages uses Bower
How can I use Bower as a package manager with Visual Studio 2013? I.e. I have a .NET project and want to add some packages uses Bower. I read Scott Hanselman's post , but it's not clear. I installed the plugins. Do I use the package manager console? Do I add bower as a package source? My project already has a package.json. If I open the VS command window and type bower, I receive the message: Command "bower" is not valid. If I am correct, the task explorer is only there to automate build tasks for you, combined with grunt. Getting NPM, Bower and Grunt are all manual steps you need to do for