Commit 28b58aed authored by Tariq Islam's avatar Tariq Islam

Merge pull request #115 from tripit/dev

Small Docs Updates
parents ed5fa1b7 ae07d2f6
# Contributing to Slate # Contributing to Slate
Thanks for contributing to Slate! Please point your pull requests at the `dev` branch, and keep your commit messages clear and informative. Also, please make sure your contributions work in the most recent version of Chrome, Firefox, and IE. Thanks! Thanks for contributing to Slate! A couple of quick guidelines for submitting PRs:
\ No newline at end of file
- Please point your pull requests at the `dev` branch, and keep your commit messages clear and informative.
- Please make sure your contributions work in the most recent version of Chrome, Firefox, and IE.
- If you're implementing a new feature, even if it's relatively small, it's nice to open an issue before you start so that others know what you're working on and can help make sure you're on the right track.
Thanks again! Happy coding.
\ No newline at end of file
FROM ubuntu:trusty
RUN apt-get update
RUN apt-get install -yq ruby ruby-dev build-essential
RUN gem install --no-ri --no-rdoc bundler
ADD Gemfile /app/Gemfile
ADD Gemfile.lock /app/Gemfile.lock
RUN cd /app; bundle install
ADD . /app
EXPOSE 4567
WORKDIR /app
CMD ["bundle", "exec", "middleman", "server"]
\ No newline at end of file
...@@ -58,7 +58,6 @@ Examples of Slate in the Wild ...@@ -58,7 +58,6 @@ Examples of Slate in the Wild
* [Travis-CI's API docs](http://docs.travis-ci.com/api/) * [Travis-CI's API docs](http://docs.travis-ci.com/api/)
* [Mozilla's localForage docs](http://mozilla.github.io/localForage/) * [Mozilla's localForage docs](http://mozilla.github.io/localForage/)
* [Mozilla Recroom](http://mozilla.github.io/recroom/) * [Mozilla Recroom](http://mozilla.github.io/recroom/)
* [Orchestrate.io API docs](https://docs.orchestrate.io/)
* [ChaiOne Gameplan API docs](http://chaione.github.io/gameplanb2b/#introduction) * [ChaiOne Gameplan API docs](http://chaione.github.io/gameplanb2b/#introduction)
* [Drcaban's Build a Quine tutorial](http://drcabana.github.io/build-a-quine/#introduction) * [Drcaban's Build a Quine tutorial](http://drcabana.github.io/build-a-quine/#introduction)
* [PricePlow API docs](https://www.priceplow.com/api/documentation) * [PricePlow API docs](https://www.priceplow.com/api/documentation)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment