why image-path is not resolved in scss?
问题 in my app, I have a scss file, resulted from a gem, resident in the gem folder out side of my app project folder in works just fine locally, I have the path to images correct, like this: (copied from element inspector at chrome) media="all" .social-share-button-twitter { display: inline-block; width: 16px; height: 16px; background: url("/assets/sprites/social-share-button.png") 0px -48px no-repeat; } but, when I deploy to heroku, the image-path is not resolved, I get this result: media="all"