Smidge + Nuglify bundling, minification and source maps

div.nuget-badge p code {background: none;background-color: #202020 !important;border: 4px solid silver !important;border-bottom-left-radius: 5px 5px !important;border-bottom-right-radius: 5px 5px…

Read this article

Smidge 2.0 alpha is out

Over the past few months I’ve been working on some enhancements to Smidge and have found a bit of time to get an alpha released. There’s loads of great new features in Smidge 2.0! New Features…

Read this article

Introducing ‘Smidge’ – an ASP.NET 5 runtime JS/CSS pre-processor

During the past month I decided to dive deep into learning ASP.NET 5, and what better way to learn than to start a new OSS project :) I chose to make a new new simple and extensible Javascript/CSS runtime pre-processor for ASP.NET 5. It does file minification, combination and compression, has a nice file caching layer and it’s all done in async operations. I ported over a few ideas and code snippets from CDF (client dependency framework) but with a more modern approach. I’ve called it ‘Smidge’ = something really small.…

Read this article

ASP.Net 5 Linux support for runtime JS & CSS preprocessing with Smidge

I’ve been working on a side project called Smidge which is a runtime JS & CSS preprocessor for ASP.Net 5. I started this late last year after the 2014 MS MVP Summit as a good starting point to deep…

Read this article

AppVeyor and ASP.Net Core (Previously ASP.Net 5)

I’ve been working on a project called “Smidge” which is a runtime Js/Css pre-processor for ASP.Net Core and have been meaning to blog about how I integrated this with AppVeyor – to run my tests, build…

Read this article

Using AspNet5 OptionsModel

If you’ve used AspNet5 then you’ve probably been using some MVC in which case you’ve probably seen something like this in your Startup class:// Add MVC services to the services containerservices.AddMv…

Read this article