I'm triying to make a mvc5 project with global dependencies. I just found I can use bower with nuget package manager: How to use Bower (installed from nuget) in Visual Studio?
But I can´t make it work in the build process, and the whole documentation i found are examples with grunt/gulp.
In the major documentation of this project is inactive, because vs 2015 is going to make an official support (I have 2013).
Is possible run bower without grunt/gulp?
Is possible to resolve bower dependencies in a build action?