DAZ
DAZ
Was this ever supported? It would be great to use Slim
That's a real shame ... I can't see that it would be that hard to implement, since Tilt supports Slim already. I've tried putting require 'slim' in setup.rb, but it...
Thanks Travis! All that was needed was to add slim to the html array. I forked the code and updated it and have issued a pull request. If anybody wants...
That's great Travis, cheers. I've been playing around with different static site generators and Middleman could do it all, but definitely felt too heavy. Frank felt like it had the...
This is on v1.2.11 btw
- 1 for this functionality I think that when you are trying to create standard libraries/frameworks this comes in handy. The usage i envisage is that you'd have one file...
This also doesn't work if the nested mixin does NOT have an argument (even though you'd expect it to default to blue), the error message is the same `! Variable...
Hi Paul, Sorry for the delay in replying. I haven't used Milkshake in ages!! It doesn't look like :nullable is needed for the title property, so you could just remove...
Hi Paul, In the page.rb file, change any reference to :class_name to :model That should fix it. DAZ
I've updated the code now. Thanks!