bump version and add basic developer instructions
This commit is contained in:
parent
5d504570fd
commit
ab1994696d
13
README.md
13
README.md
@ -5,6 +5,19 @@ Run your specs at sonic boom speed! No pesky reload button or page rendering slo
|
|||||||
http://johnbintz.github.com/jasmine-headless-webkit/ has the most up-to-date information on using
|
http://johnbintz.github.com/jasmine-headless-webkit/ has the most up-to-date information on using
|
||||||
this project. You can see the source of that site on the gh-pages branch.
|
this project. You can see the source of that site on the gh-pages branch.
|
||||||
|
|
||||||
|
## For those who want to hack on the project...
|
||||||
|
|
||||||
|
The best way to get everything running that you need for development and testing is
|
||||||
|
to use Guard:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
bundle install
|
||||||
|
bundle exec guard
|
||||||
|
... build Qt runner ...
|
||||||
|
... compile CoffeeScript to JS ...
|
||||||
|
... run RSpec and JHW ...
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
* Copyright (c) 2011 John Bintz
|
* Copyright (c) 2011 John Bintz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
module Jasmine
|
module Jasmine
|
||||||
module Headless
|
module Headless
|
||||||
VERSION = "0.8.0.alpha.1"
|
VERSION = "0.8.0"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user