Bundle Transformer alternatives and similar packages
Based on the "Assets" category.
Alternatively, view Bundle Transformer alternatives based on common mentions on social networks and blogs.
-
SquishIt
Lets you *easily* bundle some css and javascript! Check out the Google group if you have questions! -
Bundler
Compile & Minify Less/Sass/Stylus/Css/JS/CoffeeScript/LiveScript files. Integrates with MVC and ServiceStack -
NodeAssets
DISCONTINUED. Asset Manager for .net that has live css updates using SignalR and can optionally leverage NodeJS compilers
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Bundle Transformer or a related project?
README
Project Description
This is a .NET port of the Yahoo! UI Library's YUI Compressor Java project. The objective of this project is to compress any Javascript and Cascading Style Sheets to an efficient level that works exactly as the original source, before it was minified.
Available via NuGet
Package Name: YUICompressor.NET
CLI: install-package YUICompressor.NET
Main Features
- Compress and/or Bundle Javascript and/or Cascading StyleSheets.
- 1 source file -> 1 destination file (that's just compression)
- Multiple source files -> 1 destination file (compression and bundling)
- Multiple source files -> multiple destination files (so you're pro at this now?!)
- Optional MSBuild Tasks.
Previous releases
Prior to release 3.0, this library also consisted of
- NAnt task
- MVC4 BundleTransform.
These have all retired and are now available via referencing older commits/tags in the source code.
The most recent Tag taken before these libraries were retired is tag Original-NET40-version.
Referenced Version
Based on YUI Compressor version: 2.4.4 (last checked at 2011-01-17).
How close to the Java Port?
Pretty old. This library hasn't been checked/updated since about early 2011.
Video Tutorials
References
YUI Compressor home page: http://developer.yahoo.com/yui/compressor/