Andrew Davey

Results 71 comments of Andrew Davey

Awesome! Are you wanting to compile the templates server side? If so the tricky bit to solve first is running the handlebars compiler within a Jurassic ScriptEngine and invoking from...

What's the correct way to compile the template server side? Can you update https://github.com/andrewdavey/cassette/blob/v2/src/Cassette.Hogan/HoganCompiler.cs and send me a pull request please?

The css minifier (AjaxMin) is converting the unicode escape sequences into their equivalent unicode characters. If the CSS is then viewed with the incorrect encoding then I guess could result...

What encoding are the original CSS files in? Is it something other than UTF-8?

I can't think why font awesome would be excluded. I'm not seeing that here. It would be great if you can send me a basic reproduction of this issue i.e....

This should be fixed in the current beta version of Cassette.

I think this is resolved now. need to confirm.

The Knapsack project has been renamed to Cassette. The new project is here: https://github.com/andrewdavey/cassette Regarding your error, what does the section of Web.config look like? Does it specify the "Content"...

Yes, it's on the to do list. We may be able to use SassAndCoffee directly, or cherry pick the Sass stuff out of there instead.

I wouldn't want to force a new base class on people, so let's stick with HtmlHelper methods. Html.RenderPartial does exist as well: http://msdn.microsoft.com/en-us/library/dd492503.aspx