jawr

Some software for IIS/.NET similar to JAWR (consolidate and minify Javascript)

Is there any software package/library that will produce a consolidated, minified JavaScript file for a production environment, while leaving the original files/references as-is in a development environment (so developers can work independently)? JAWR does this (and more) for a Java/Groovy environment, but I haven't seen anything like it...

JAWR overrides load of unbundled files

We are using JAWR to bundle CSS and Javascript. It has tremendously decreased the number of hits and bytes downloaded. However, we recently ran into a problem that caused css files that were not "under its control" to return a "not found" (404) code. We have a solution, but I'm wondering if there's a better one. We defined a CSS bundle ...

handling css with Jawr

my scenario: large amount of JSP (about 3000) not too much css files (about 100) Today I have a lot of bundles that includes a couple of css files, as needed. Then the jsp includes: or the bundles or the css files. Is Jawr the best choice for me? How do you handle you css files? ...