1. YUICompressor .NET

    By:

    This library can minify and/or bundle any Javascript and/or Cascading Style Sheets. This is a direct .NET port of the original Yahoo! UI Library: YUI Compressor.

  2. Bundle Transformer: Core 1.6.25

    By:

    Bundle Transformer - a modular extension for System.Web.Optimization (aka Microsoft ASP.NET Web Optimization Framework). Classes CssTransformer and JsTransformer, included in the core of Bundle Transformer, implement interface IBundleTransform. They are intended to replace the standard classes CssMinify and JsMinify. The main differences classes C... More information

  3. Microsoft ASP.NET Web Optimization Framework 1.0.0

    By:

    ASP.NET Optimization introduces a way to bundle and optimize css/js files.

  4. Bundle Transformer: LESS 1.6.25

    By:

    BundleTransformer.Less contains translator-adapter LessTranslator. This adapter makes translation of LESS-code to CSS-code. Also contains HTTP-handler LessAssetHandler, which is responsible for text output of translated LESS-asset. Uses NuGet-package the dotless (http://nuget.org/packages/dotless).

  5. jQuery Validation

    By:

    This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation m... More information

  6. Bundle Transformer: YUI 1.6.25

    By:

    BundleTransformer.Yui contains 2 minifier-adapters: YuiCssMinifier (for minification of CSS-code) and YuiJsMinifier (for minification of JS-code). These adapters perform minification using the YUI Compressor for .NET (http://yuicompressor.codeplex.com).

  7. Web.Optimization

    By:

    Allows you to your bundle configurations in the web.config file and handle remote files.

  8. ASP.NET Optimization - Bundling 0.1

    By:

    ASP.NET Optimization introduces a way to bundle and optimize css/js files.

    88,309 downloads

  9. Bundle Transformer: Microsoft Ajax 1.6.25

    By:

    BundleTransformer.MicrosoftAjax contains 2 minifier-adapters: MicrosoftAjaxCssMinifier (for minification of CSS-code) and MicrosoftAjaxJsMinifier (for minification of JS-code). These adapters perform minification using the Microsoft Ajax Minifier (http://ajaxmin.codeplex.com).

  10. TypeScript Bundle Transform

    By:

    A bundle transform for ASP.NET that takes a TypeScript bundle and compiles it to Javascript. Uses the TypeScript compiler, which is written in TypeScript and compiled to Javascript and runs it in Google's V8 Javascript Engine on your server. This is an implementation of the IBundleTransform interface, found in System.Web.Optimization.

  11. RavenDB Authorization Bundle

    By:

    The Authorization Bundle extend RavenDB and add document level permissions. The Auth Bundle allows to define permissions for a specific user, a group or using arbitrary tagging. The system is design to be high performance, scalable and flexible.

  12. RavenDB Unique Constraints Bundle

    By:

    This bundle aims to allow the user to implement unique constraints in the objects (usefull for properties like email or social security number).

  13. Bundle Transformer: Sass and SCSS 1.6.25

    By:

    BundleTransformer.SassAndScss contains translator-adapter SassAndScssTranslator (supports Sass (http://sass-lang.com) version 3.2.5). This adapter makes translation of Sass- and SCSS-code to CSS-code. Also contains HTTP-handler SassAndScssAssetHandler, which is responsible for text output of translated Sass- or SCSS-asset.

  14. Bundle Transformer: TypeScript 1.6.25

    By:

    BundleTransformer.TypeScript contains translator-adapter TypeScriptTranslator (supports TypeScript (http://www.typescriptlang.org) version 0.8.3). This adapter makes translation of TypeScript-code to JS-code. Also contains HTTP-handler TypeScriptAssetHandler, which is responsible for text output of translated TypeScript-asset.

  15. dotless adapter for System.Web.Optimization

    By:

    dotless adapter for system.web.optimization

  16. RavenDB Client for Unique Constraints bundle

    By:

    RavenDB 'Unique Constraints' bundle client. Allow the user to implement unique constraints in the objects (useful for properties like email or social security number).

  17. Bundle Transformer: CoffeeScript 1.6.25

    By:

    BundleTransformer.CoffeeScript contains translator-adapter CoffeeScriptTranslator (supports CoffeeScript (http://coffeescript.org) version 1.6.2). This adapter makes translation of CoffeeScript-code to JS-code. Also contains HTTP-handler CoffeeScriptAssetHandler, which is responsible for text output of translated CoffeeScript-asset.

  18. MvcBundleConfig

    By:

    Configure MVC 4 Bundles in the Web.config

    1,043 downloads

  19. RavenDB Cascade Delete Bundle

    By:

    The cascade delete bundle allows for a specified set of documents and attachments to be deleted when the document that owns it is deleted. Typical usage scenarios include deleting an attachment that is referenced by a document or removing a set of child documents referenced by a parent document.

  20. Bundle Transformer: LESS Lite 1.6.25

    By:

    BundleTransformer.LessLite contains translator-adapter LessTranslator. This adapter makes translation of LESS-code to CSS-code. Also contains HTTP-handler LessAssetHandler, which is responsible for text output of translated LESS-asset. Uses NuGet-package the DotlessClientOnly (http://nuget.org/packages/DotlessClientOnly).