https://github.com/ruby-china/2012.rubyconfchina.org
This is the source code of website:
https://github.com/ruby-china/2012.rubyconfchina.org
Last synced: 11 months ago
JSON representation
This is the source code of website:
- Host: GitHub
- URL: https://github.com/ruby-china/2012.rubyconfchina.org
- Owner: ruby-china
- Created: 2012-08-21T09:30:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-31T18:11:20.000Z (over 12 years ago)
- Last Synced: 2025-04-02T03:43:11.669Z (12 months ago)
- Language: CSS
- Homepage: https://2012.rubyconfchina.org/
- Size: 7.23 MB
- Stars: 6
- Watchers: 13
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ruby Conf China
This is the source code of [RubyConf China](http://rubyconfchina.org) website.
### Requirements
* Node.js
* Cake
* Sass
* Coffee
### Watch both Sass and Coffee files and compile on change
```bash
cake assets:watch
```
### Deploy
```bash
git checkout gh-pages
git merge master
git push origin gh-pages
```