I would like to install a gem to my node project, which is hosted on Heroku. More specifically I would like to use Sass with Compass, and Compass is only available as a gem. There are projects that wrap this gem for node, but all of them require the gem.
Is there a way to do this?
There's already this topic (Installing gems on node heroku projects), but it hasn't received any replies.