jamesmacaulay / react-bacon

A little module for using React with Bacon.js
MIT License
118 stars 7 forks source link

Add initial tests #4

Closed leoasis closed 10 years ago

leoasis commented 10 years ago

Added a gruntfile and configured some commands to run tests and also to bundle the umd dist.

Added some initial tests (only for eventStream currently, but can be easily added now).

Also changed the dependency with Bacon via require, and shimmed it in the umd bundle.

jamesmacaulay commented 10 years ago

Thanks!