codeforamerica / civic-tech-patterns

common patterns and anti-patterns for civic tech and civic apps
http://codeforamerica.github.io/civic-tech-patterns
BSD 3-Clause "New" or "Revised" License
192 stars 25 forks source link

HTML Generator #35

Closed bensheldon closed 10 years ago

bensheldon commented 10 years ago

Quick and dirty Middleman static site generator. Exquisite effort was taken to keep the root directory of the project as clean as possible; an alternative would be to create a second repo that holds the build-tool and it references this via a submodule. But that seems like overkill.

migurski commented 10 years ago

Looks good. LOLRuby.

bensheldon commented 10 years ago

I hate Travis so much. I am both super appreciative of them having a free CI service, but I loathe the necessity of feeding it commits until it all works properly.

migurski commented 10 years ago

God yeah, I don't know if it every gets better.

migurski commented 10 years ago

Also that Gemfile is looney. Making HTML can't seriously be this complicated…

bensheldon commented 10 years ago

Sometimes, on a hot day, reclining beneath a big dependency tree is all you want to do.

On Mon, Mar 3, 2014 at 3:24 PM, migurski notifications@github.com wrote:

Also that Gemfile is looney. Making HTML can't seriously be this complicated…

Reply to this email directly or view it on GitHub: https://github.com/codeforamerica/civic-tech-patterns/pull/35#issuecomment-36574043