The final part in our multi-post exploration of the major bundling options available for .NET Core. This week we touch on certain design decisions that went into the .NET Core 1.0 tooling release, how bundling is a design time action, why Gulp wasn't included in the official tooling (at .NET Core's epoch anyway), and how to bundle with Gulp.
The second part in our multi-post exploration of the major bundling options available for .NET Core. This week we'll take a look at the bundling option that Mads Kristensen created specifically for .NET Core: Bundlerminifier.Core, which is based on his BundlerMinifier project.
The first part in our multi-post exploration of the major bundling options available for .NET Core. This week we'll go into a little about what bundling is and why you wold use it, before taking a look at how to use webpack to bundle all of your client side dependencies into graphs. We'll also touch (very briefly) on TypeScript, too.