I created a project using yo webapp (with the generator-webapp installed obviously).
Everything is fine, but I'm still missing something. I'm sure it's such an easy answer that I'll never come back to SO because I'll be too embarrassed.
I want to use Compass, which comes out of the box with Yeoman, but I don't know how. I mean, obviously @import "compass...etc" inside any Sass files won't work since inside app/bower_components (the default path for Sass @imports specified inside Gruntfile.js) there's no compass directory.
What should I do now in order to import Compass stylesheets?