SquishIt icon indicating copy to clipboard operation
SquishIt copied to clipboard

Lets you *easily* bundle some css and javascript! Check out the Google group if you have questions!

Results 48 SquishIt issues
Sort by recently updated
recently updated
newest added

Apparently SquishIt incorrectly handles the URLs below which already include cache busting param (the random number): ``` @font-face { font-family: 'fontello'; src: url('../font/fontello.eot?23384653'); src: url('../font/fontello.eot?23384653#iefix') format('embedded-opentype'), url('../font/fontello.woff?23384653') format('woff'), url('../font/fontello.ttf?23384653') format('truetype'),...

I was using this project for MVC3. Microsoft already rolled their Bundling solution into their MVC framework, which pretty much offers the same functionality I was using SquishIt for. I...

I'm thinking about this in the context of jquery-migrate. It is nice to leave migrateMute set to false on checked in files so you get warnings when debugging, but there...

It would be really neat to be able to plug in your own directory resolver through the Resolver Factory. I use PortableAreas in MVC and wrote our own VirtualPathProvider implementation....

Publishing the preprocessors on github (maybe as a single "SquishIt preprocessors" download) would be handy for some I suspect. Once #220 is finished it would be good to add this.

See stack overflow post from @syndicatedshannon http://stackoverflow.com/a/20383699/794

v0.9.5

The closure minifier creates a security vulnerability (see https://groups.google.com/forum/#!topic/squishit/dhH3i0vOAsU). I don't think this is actually used very much because there are a few good in-process options available, so removing it...

v1.0