Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mysterycommand/writebloodyapp
A Write Bloody app.
https://github.com/mysterycommand/writebloodyapp
Last synced: about 1 month ago
JSON representation
A Write Bloody app.
- Host: GitHub
- URL: https://github.com/mysterycommand/writebloodyapp
- Owner: mysterycommand
- Created: 2013-09-22T20:07:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-03T23:18:08.000Z (over 10 years ago)
- Last Synced: 2024-04-13T04:55:45.197Z (9 months ago)
- Language: JavaScript
- Homepage: http://writebloodyapp.heroku.com
- Size: 2.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The [Write Bloody App](http://writebloodyapp.heroku.com) [![Build Status](https://travis-ci.org/mysterycommand/writebloodyapp.svg?branch=master)](https://travis-ci.org/mysterycommand/writebloodyapp)
> by [Matt Hayes](https://github.com/mysterycommand) and [Ashley Siebels](https://github.com/Thinkinggood)
The Write Bloody app lets you explore and rate the latest titles from the fine poets writing for [Write Bloody Publishing](http://writebloody.com).
### Development Notes
To force update Heroku (the deploy task seems flaky), after a succesful build do (see [this Heroku article](https://devcenter.heroku.com/articles/git)):
```bash
$ git clone https://github.com/mysterycommand/writebloodyapp dist
$ cd dist/
$ git checkout heroku
$ heroku git:remote -a writebloodyapp
$ git push -f heroku heroku:master
```To bump the version, run find replace with these arguments:
| Option | Value |
|-----------|-----------------------------------------------|
| Find: | `v(ersion)?(.*)0.1.x` |
| Where: | `-node_modules/*,-bower_components/*,-dist/*` |
| Replace: | `v${1}${2}0.1.y` |