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

Client Dependency Framework Beta Released

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.I’ve posted a new Beta release on CodePlex, you…

Read this article

ClientDependency now supporting MVC

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.I’m please to announce that the ClientDependenc…

Read this article

CSS3: Using the fun stuff in real life

Sweep IE6 under the carpet Do whatever you can to remove IE6 support from your website’s build spec. Proper CSS selectors like the direct child (ul > li), the :hover state for elements other than a…

Read this article

Umbraco 4.1 Benchmarks Part 1

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.This is the first installment of what will hope…

Read this article

Styling XML with CSS

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.I’m sure you’ve heard of XSLT (DON'T GO AWAY I'…

Read this article

ASP.Net Client Dependency Framework RC1 Released!

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.With the community feedback, bug reports, patch…

Read this article