kneath / kss

A methodology for documenting CSS and generating styleguides.
warpspire.com/kss
MIT License
4.04k stars 275 forks source link

Sinatra parser HTML output #35

Closed wintrykiddo closed 11 years ago

wintrykiddo commented 12 years ago

Is there an easy way to create html files for the localhost:4567 output?

derekr commented 12 years ago

Not with Sinatra, but you could probably use something like http://staticmatic.rubyforge.org, http://nanoc.stoneship.org/ or any other static site generator.

Haven't found a simple solution for easily handling rendered template strings manually; nothing with support for template helpers/partials anyway.

tomasdev commented 10 years ago

http://tuom.as/2012/06/10/generating-static-html-with-sinatra-and-hating-meetings.html