• Stars
    star
    536
  • Rank 79,630 (Top 2 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 13 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Manages .NET web application assets (scripts, css and templates)

Cassette

Cassette's website: getcassette.net.

Web applications today are using more JavaScript than ever. As a result, structuring these files is becoming a problem. You wouldn't put all your C# classes within a single .cs file, so why do that with JavaScript?

Creating lots of smaller .js files is good development practice. However, downloading 100 individual files will make YSlow very unhappy! Better to concatenate and minify the files into logical "bundles" for use in production.

In ASP.NET there currently exist partial solutions, but nothing handles all the following:

  • Parse the dependencies between scripts and correctly order the files. Using JavaScript 'reference' comments already gives you VS intellisense, now they also give automatic build dependency ordering!
  • View pages AND partial views can reference scripts.
  • Layout/master page makes a single "RenderScripts" call to generate all the required script elements.
  • Rich Debug-time output. Full, individual source scripts are rendered into the HTML. So debugging with tools like FireBug match one-to-one with your source.
  • Efficient Release-time output. JavaScript files are concatentated and minified into bundles. Each bundle is versioned using a hash and is very cache friendly.
  • No change in view code between debug and release.
  • Compile CoffeeScript & LESS (in both debug and release modes).
  • Build modules at runtime and cache in isolated storage. No complex build tooling required and medium-trust is fully supported.

Cassette does all this and more!

Install into your web application using Nuget

Install-Package Cassette.Aspnet

Documentation

Check out the docs on the website for help getting started.

Contributing

Checkout the contributing folder in the repository for more information.

Support and Discussion

Join the Discussion Group to ask questions and learn about new features.

If you have questions, let me know here: @getcassette.

Commercial support is also available if you need it.

Open Source License

Cassette is free software, distributed under the MIT License

Copyright (c) 2012 Andrew Davey

More Repositories

1

immutable-devtools

Chrome Dev Tools custom formatter for Immutable-js values
JavaScript
657
star
2

postal

Email sending for asp.net mvc using the view engine system to render emails.
C#
539
star
3

vogue

Save a CSS file, watch your web browser automatically reload it!
JavaScript
272
star
4

NotFoundMvc

Provides a user-friendly '404' page whenever a controller, action or route is not found in your ASP.NET MVC3 application. A view called NotFound is rendered instead of the default ASP.NET error page.
C#
92
star
5

immutable-object

JavaScript immutable object
JavaScript
30
star
6

knapsack

Project moved to https://github.com/andrewdavey/cassette
JavaScript
24
star
7

samples

Sample code for blog posts
JavaScript
22
star
8

Bandage

Dynamically add properties to classes. Ideal for view models in asp.net mvc.
JavaScript
12
star
9

coffeescript-vs

Visual Studio support for the wonderful CoffeeScript language
JavaScript
11
star
10

gulp-typescript

Compile TypeScript to JavaScript
JavaScript
10
star
11

expresscss

Automatically reload stylesheets in all web browsers as soon as a CSS file changes
C#
9
star
12

ravendb-migrations

A migrations library for RavenDB
C#
8
star
13

hotmod

HTML Output Modification Module for ASP.NET
C#
8
star
14

reference-application

MileageStats with mobile experiences
C#
8
star
15

FluentTest

A simple fluent API for writing unit tests using xunit.net
C#
7
star
16

magic

Magic Automatically Generates Incidental Code
C#
7
star
17

witness

JavaScript
7
star
18

wootstrap

A starting point for any reasonably well written asp.net mvc web application
JavaScript
5
star
19

andrewdavey.github.com

An home for all things Andrew Davey
JavaScript
4
star
20

cdncatalog

JavaScript
4
star
21

safarisnippets

Capture snippets while on sales safari
JavaScript
2
star