Have added ember-radio-button to my project in ember-cli
version: 0.1.2
node: 0.10.24
npm: 2.1.3
Works fine until I build in production mode.
Then in the console I get :
Uncaught Error: Could not find module ember-radio-button/components/radio-button
Using the install instructions from ember-radio-button I did:
npm install ember-radio-button --save-dev
I notice that it doesn't end up in the bower_components folder. And bower has never heard of it.
Not sure how to get it in there or what to put in the brocfile.js
Any suggestions please? Thanks Vida