Top 20 NuGet Packages depending on WebGrease

Total dependencies: 231

ASP.NET Optimization introduces a way to bundle and optimize css/js files.
ASP.NET WEB程序的优化功能,可以优化js/css文件。而且可以对原文件名进行加密。当你发布后,访问资源将自动压缩混淆代码。再次访问将从缓存中读取。 使用方法:Web.config中:<add namespace="ExfSoft.Web.Optimization"/>; 网页中: @Scripts.Render("~/packages/jquery") @Scripts.Build("~/Scripts/abc-{version}.js") @Scripts.Build("~/Scripts/test1.js", new { attr = "value" }) @Styles.Bui...
This package will allow an application to quickly minify all the inline css and javascript from the page. This package will also bundle css and javascript, means it will combine all the inline css and javascript, and then emit the combined javascript just before body closing tag and and the combined...
This is an implementation of the web bundling interfaces in my Commons Library (http://aashishkoirala.github.io/commons) that is based on Microsoft's bundling provider. For more detailed information and documentation, please visit the GitHub page at http://aashishkoirala.github.io/commons-prov...
A boilerplate template for creating NarraSparkMVC core/base projects.
A boilerplate template for creating NarraSparkMVC plugins.
Bifrost is a platform designed to build Line of Business applications without sacrificing architectural quality, code quality or scalability.
Starter kit for building a SPA with ASP.NET MVC, TypeScript, Knockout, Durandal, and Breeze. To use start by creating an empty MVC4 application and then apply this nuget package using: Install-Package SPAcify
Add sample usage of SimpleGuidMembershipProvider to existing empty web project.
This sets WebGrease as the CSS minifier for Batman.