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
...@@ -12,7 +12,7 @@ You need to have NPM installed to build the library. ...@@ -12,7 +12,7 @@ You need to have NPM installed to build the library.
## Dependencies ## Dependencies
* [eve](https://github.com/adobe-webplatform/eve) * [eve](https://github.com/adobe-webplatform/eve)
You have the `raphael/raphael-min.js` files that has `eve` bundled inside, and `raphael-nodeps/raphael-nodeps-min.js` You have the `raphael/raphael-min.js` files that has `eve` bundled inside, and `raphael-nodeps/raphael-nodeps-min.js`
where `eve` must be loaded by you first (you can try with the one in the `dev/` folder). where `eve` must be loaded by you first (you can try with the one in the `dev/` folder).
For AMD loading like Browserify, you can use raphael.amd.js. For AMD loading like Browserify, you can use raphael.amd.js.
...@@ -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 to comment