bower

A 1-post collection

All about that npm no Bower

One of the many new features of ASP.NET 5, and the "new" Microsoft as some would call it, is the implementation or integration of the open tooling and other package managers in the OSS world. Node, grunt, gulp and Bower are terms not unbeknownst to web developers using other platforms. However, with all of this comes more setup or management of tooling or "what to use when" etc, and some of the feedback from the community within ASP.NET has been around this very topic. Converting Web Application to use npm Here is a quick conversion of the basic web application from using Bower to using npm. delete .bowerrc Since we are not using Bower, there is no need...