envato-archive / guide

Document your application with a living component library and styleguide
https://rubygems.org/gems/guide
MIT License
8 stars 3 forks source link

Gem configuration for users to pass in custom settings #3

Closed jiexinhuang closed 8 years ago

jiexinhuang commented 8 years ago

As a generic engine, we want to enable users to pass in settings to customise their own Styleguide.

This PR enables simple mechanism for Gem setting.

lukearndt commented 8 years ago

Do the tests pass?

jiexinhuang commented 8 years ago

:green_heart:

lukearndt commented 8 years ago

Would it be worth adding the sqlite3 database to .gitignore rather than committing it?

lukearndt commented 8 years ago

This is looking pretty good. Once the sqlite3 DB is in .gitignore we could squash the branch into one commit so that we don't have the DB in the repo and it can be a bit smaller.

lukearndt commented 8 years ago

Awesome. Let's :ship: this.