I would like to use the mobile library for spine in Rails 3.1.0. I tried adding the following to my index.js.coffee:
#= require spine.mobile
and
#= require spine/mobile
But that both results in an error: couldn't find file
When using hem you can specify the dependencies in the slug.json file and run
npm install .
How do I install dependencies using Rails/Sprockets?