Problem: I'm using gulp-sass and would like to define a load_path so that I don't have to have really long @import rules voor bower dependencies e.g.
@import "normalize"
instead of
@import "../../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/normalize"
What is the best way to i achieve this when using gulp-sass which uses the LibSass engine to process sass files?