Create gear size UI events for bike ratio comparison.
$ npm install gear-size-calculator --save
$ npm test
$ npm install browserify -g
$ npm install beefy -g
- Compile CoffeeScript and bundle:
$ npm run bundle
- Watch:
$ beefy index.js:\lib\calculator-ui-bundle.js --live
- NPM Blog : Using jQuery plugins with npm also covers using Browserify to achieve this.
- CoffeeScript cookbook: Testing with Jasmine