I'm looking for easy way to concat scss files(that contain imports) into single scss file,
not compile but concat.
More details: Our SCSS is compiled on-fly based on variables from database, so it it's not possible to compile it before deployment. But I still would like to do some optimizations to help server-side compiler - to concat many files into single one.
How about using
grunt-contrib-concatto only concat as you mentioned:ref: https://github.com/gruntjs/grunt-contrib-concat#concat-task