I\'m new to Middleman and ruby in general.
I\'ve installed Ruby I\'ve installed Middleman and the gems to get it running.
I need to use slim instead of the defau
So here we go... after much reading and searching google for examples I think I figured it out.
To get Slim working with Middleman
gem "slim" to your project's gemfilegem install bundlerrequire 'slim'