podio / requirejs-react-jsx

A RequireJS plugin for loading jsx in development and compiling (with r.js). Supports bundling and 1:1 source maps in development and production.
MIT License
104 stars 20 forks source link

Add missing r.js to bower.json file #5

Closed matiassingers closed 9 years ago

matiassingers commented 9 years ago

Without r.js in bower.json the following command from readme.md will fail:

$ node bower_components/r.js/dist/r.js -o build.js
srn commented 9 years ago

Only example in readme.md, we don't actually have the example in the repository. Closing.