meetup-swatches
v3.2.5
Published
cross-platform color management
Readme
Swatches for Meetup
Hues at my Meetup?
Here they are - standardized and design-approved Meetup colors. For web, mobile web, iOS, and Android.
Documentation
http://meetup.github.io/meetup-swatches/
Development setup
- make sure you have ruby 2.0.0 installed (if you use rbenv this will be easy, .ruby-version sets the correct version for the project)
- make sure you have the
bundlergem installed - use bundler to install dependencies
- After editing
colors.yamluse this command to rebuild the consumable files
$ bundle install
$ edit src/colors.yaml
...
$ rakeUpdating live documentation
This is currently a manual process.
- build docs in your branch by running
rake git checkout gh-pagesgit checkout master -- doc/index.htmlgit add . && git commit -am "update gh-pages" && git push
fun fact: to make a branch-specific or release-specific build of docs live, just copy doc/index.html to gh-pages as [someOtherFile.html]
