Hues at my Meetup?
Here they are - standardized and design-approved Meetup colors. For web, mobile web, iOS, and Android.
http://meetup.github.io/meetup-swatches/
- 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
bundler
gem installed - use bundler to install dependencies
- After editing
colors.yaml
use this command to rebuild the consumable files
$ bundle install
$ edit src/colors.yaml
...
$ rake
This is currently a manual process.
- build docs in your branch by running
rake
git checkout gh-pages
git checkout master -- doc/index.html
git 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]