squishit

Combining CSS and JS in Master Pages and View Pages With SquishIt

How do you implement SquishIt to bundle Css/Js across View Pages and Render it in the Master page? I thought I could use a ContentPlaceHolder above the Render portion, but there seems to be some odd behavior where it sometimes adds 3 files (1 in the view page and 2 in the master page) but other times will ignore the file added from the V...

Getting Error "CS1026: ) expected" when trying to combing .js files using SquishIt

I'm trying to combine a couple of javascript files using the SquishIt library. I'm following the steps that are provided here but I'm getting a compilation error stating " CS1026: ) expected" when I try to load the page. The application is an ASP.NET MVC2 app. The code for the SquishIt functionality is: <%@ Import Namespace="SquishIt.F...

SquishIt javascript error when minimized: 'missing ; before statement'

When I run SquishIt in development mode everything works fine. When I put it into production mode I am getting the 'missing ; before statement' error in Javascript. I've tried removing the offending javascipt files, but the error moves down to the next one. Any idea's? ...