Important facts about commercial licenses

  • Licenses are perpetual. They do not expire and do not need to be renewed.
  • Licenses can be upgraded. You can upgrade to a more expensive license later paying only the difference in cost.
  • Pay attention to the distribution type - Hosted (sites / servers), binary (applications) or source (includes all the others). Choose according to your needs (more below).
  • All licenses allow commercial use unless otherwise indicated.
  • Read the full license by clicking on the icon.
  • Read more about licenses in our handy license guide.
Free

Personal License

1 site, unlimited servers No source distribution
You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

  • Released: Jun 6, 2011
    Last Update: Jun 6, 2011
  • Language: C#
    Framework: ASP.NET
  • Category: Performance
(1 ratings)

Rejuicer

Rejuicer
Developed by Sam Kroonenburg, Released Jun 6, 2011

Rejuicer is a CSS & JavaScript minification tool for ASP.NET.

C#

Rejuicer is a CSS & JavaScript minification tool for ASP.NET.

What does it do?

You can configure Rejuicer to combine many different JavaScript (or CSS) files into one file, and give this “combined” file a URL:

eg. http://mysite.com/combined.js

When combined.js is requested, Rejuicer will combine all of the JavaScript files that you have configured for this URL, and then (optionally) minify the output for optimal page load times.

Why use a minifier?

Minifiers help to reduce page load times, by minimizing the size of the JavaScript and CSS files that need to be downloaded by a user visiting your site. Also, by combining multiple files into one, you can minimize the number of requests made to your server. Many browsers limit the number of simultaneous requests to one domain to 4 or 5, so it can really help to bring down all of the required CSS or JavaScript in one request.

How is it different?

There are several good minification tools out there, but we think there are several features that make Rejuicer unique:

Fluent Configuration

Use a simple, readable fluent configuration. Configure all of your minifications inside Global.asax, so that they run once at application start.

Wildcard Matching

Include all files in a directory matching a wildcard (eg ~/Scripts/AdminPages/.js, or ~/Scripts/jquery.js)

Makes Debugging Easy

Rejuicer’s HTML helpers automatically detect if debug mode is turned on and if so – will reference your original source JavaScript files, without performing any combine/minification operations. This allows you to reference your original JavaScript files directly in development environments for easy debugging.

Windows Azure Friendly

Rejuicer integrates into your site as either a HTTP Module or HTTP Handler. It nevers writes to the local filesystem, and therefore runs without issue on cloud providers such as Windows Azure.

Yahoo!

Rejuicer uses the awesome Yahoo YUI compressor library to perform all JavaScript and CSS minification operations.

Back to top

Documentation

For a quick start guide to using Rejuicer, check out the Getting Started guide.

The full documentation for Rejuicer is available on the Rejuicer BitBucket wiki.

User Reviews

No reviews have been submitted yet.

Questions & Comments


Or enter your name and Email
No comments have been posted yet.
You must be logged-in to vote. Log-in to your account or register now.