Commit acd99e64 by by99

Add bower requirement to the dev section of README.md

parent 757b8285
...@@ -32,8 +32,9 @@ define([ "path/to/raphael" ], function( Raphael ) { ...@@ -32,8 +32,9 @@ define([ "path/to/raphael" ], function( Raphael ) {
Versions will be released as we gather and test new PRs. Each version should have a correspondent branch. Versions will be released as we gather and test new PRs. Each version should have a correspondent branch.
As there are not automated tests, we will use the feedback from the users for the fixes. As there are not automated tests, we will use the feedback from the users for the fixes.
You can use the `raphaelTest.html` to try things, you need to start a server in the root dir to start testing things there. You can use the `raphaelTest.html` to try things, you need to start a server in the root dir to start testing things there.
Something like running `python -m SimpleHTTPServer` in the `raphael` directory and hitting `http://localhost:8000/dev/raphaelTest.html` with the browser. Something like running `python -m SimpleHTTPServer` in the `raphael` directory and hitting `http://localhost:8000/dev/raphaelTest.html` with the browser. You should run `npm install -g bower && bower install -D ` before this can work.
## Collaborators ## Collaborators
......
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 sign in to comment