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

Seems our mutex usage is problematic running under .net 4 ex: ``` Test 'SquishIt.Tests.StylePreprocessorPipelineTests.WithPreprocessor_Uses_Instance_Preprocessors' failed: System.MethodAccessException : Attempt by security transparent method 'SquishIt.Framework.Utilities.FilePathMutexProvider.CreateSharableMutex(System.String)' to access security critical method 'System.Threading.Mutex..ctor(Boolean, System.String,...

Hi, I've a issue with the minifier when using special character in the css-content property. In my case I use content: '\A'. This resulting the line breaks up at the...

(I'm using 9.8.0 latest stable framework of **SquishIt**. Problem with javascript minify. When it minify long variables like **_function(imReallyLong)**_ **to** **_function(n)**_ This is ok for minify but if you are...

Any chance of updated the AjaxMin dependency to the latest version?

I use Google page speed to try and make sure my sites are as fast as they can be. But I am stumped on this one. It flags the minified...

https://github.com/dotless/dotless/issues/366

When adding SquishIt.Less from nuget, `SquishItLess.cs` is added to `App_Start` instead of `SquishItLess.vb`. If you don't support VB, then you can close this issue.

v1.0

Getting a javascript error: `Unexpected token ,` Steps to repo: - Create a new mvc app - Install Squishit 0.9.8 - Add https://github.com/es-shims/es5-shim/blob/v4.1.6/es5-shim.min.js to your scripts folder - Add the...

In Bootstrap 3.3.0 a workaround for Mobile Safari is introduced for temporal inputs, then an "IE 11 hack" reverses the workaround. The latter produces styles like the following: ``` css...

I've just started using the debugPredicate (in order to get around that SquishIt doesn't work properly when running async, as there's no HTTPContext in async) Here: https://github.com/jetheredge/SquishIt/blob/b80deee0f045c8b9b255e25475c4091375808073/SquishIt.Framework/Base/BundleBase.Rendering.Internals.cs line 238: ```...