I have some scss files in different folders. I want to concatenate them into one file main.scss and to compile this main.scss. I used gulp-concat for this, but using this plugin I get wrong images URL paths in main.scss and wrong sass @imports paths.I have some scss files in different folders. I