Info
Version: | 1.1.31 |
Author(s): | Demis Bellot |
Last Update: | Thursday, July 10, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ServiceStack/Bundler |
NuGet Url: | https://www.nuget.org/packages/Bundler |
Install
Install-Package Bundler
dotnet add package Bundler
paket add Bundler
Bundler Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
No added compile or runtime performance costs.
Extremely fast and simple pure node.js/javascript solution to statically complie, minify and combine your websites .css, .less, .sass, .scss, .styl, .js, .coffee and .ls files into user-defined bundles. Supports configurable bundle settings providing ideal unminified output for development and combined minified .min.js and .min.css files optimal for deployment. Integrates with MVC and ServiceStack web projects.
No .dlls, includes all soure code for all customizable build scripts. Self-contained, no dependencies required at run-time.
More info at: https://github.com/ServiceStack/Bundler.