npm

A 2-post collection

DEVIntersection Spring 2016

Come out to Orlando, April 16-22 at the Disney Swan Hotel and see me and my friends speak about all of the latest and greatest technology. REGISTER using the code BOYER and save $$$. Register before March 1 for a workshop package and get your choice of Microsoft Band 2, Surface 3, or XBOX ONE. I'll talking about Getting Started with the Modern Web Toolchain - Bower, gulp, npm may or may not be new terms to you when sitting down for your next application. Getting an understanding of what these tools can do to help inside and outside of your IDE will streamline your development team to a faster path to production. Check out this session for a quick intro...


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...