Any comparisons between Jammit and Sprocket will be welcome.
* jammit uses config/assets.yml, sprockets uses inline requires
* jammit loads individual files in development, sprockets concatenates
* sprockets compiles coffee with :bare => false by default. I don't know what barista's default is
Would love to see a workaround in sprockets (to make each js file included separately in dev mode), but until then I'd say Jammit is the way to go.
Any comparisons between Jammit and Sprocket will be welcome.