gulp-compass
gulp-compass copied to clipboard
How do you set image path without config.rb?
Hello!
Thank you for this great module!
However, how do you set image path without config.rb? I want to configure images_path and http_images_path in order to have correct image path in my output CSS files.
You can pass it within your config; for example
.pipe(compass({
css: './app/styles/',
image: './app/images',
sass: './app/styles'
}))