Alex Ullrich

Results 194 comments of Alex Ullrich

Interesting. I wonder if it'd be possible to reference both DLL's and add some kind of check to the Platform class (SquishIt.Framework) for x86/x64, then use that to delegate to...

The wheels seem to be turning in libsass-net project to get this done, they have been doing a lot of work to support new sass versions lately though. I may...

What version are you using? What minifier? (default is AjaxMin). I have not seen this, and would probably need a project to reproduce it. You might want to try using...

Are you using "RenderCachedRawContent" to do your initial rendering? I'm guessing that is the problem, it is not terribly obvious. I think you might be the first person to use...

This is minifier behavior, not squishit. I think you might be able to work around it with the MS Minifier using something like this (http://stackoverflow.com/questions/5888580/ajax-minifier-ajaxmin-evaltreatment-for-javascript): ``` .WithMinifier(new MsMinifier(new CodeSettings {...

Did you use the .MakeAllSafe method with the MS minifier? I'm wondering if that should be the default behavior going forward. I plan to make YUI the default minification option...

This would be a good feature to have I think. Maybe a name like 'RenderContent' fits better as far as revealing intent? Would you want to be responsible for style/script...

I figured as much, just wanted to be sure. I may be able to get to this this weekend, will keep you posted.

In release mode you should get the raw content when calling TemperAture. If thou aren't can you post complete bundle definition and rendering code? I think the main problem here...