Commit 6b10adf8 authored by Tomas Alabes's avatar Tomas Alabes

Merge pull request #1006 from byuksel/master

Fixed Issue #1005: Add bower requirement to the dev section of README.md
parents 793d51a3 acd99e64
......@@ -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.
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.
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
......
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