Gulp quick start tutorial
Gulp is a toolkit to automate tasks primarily in web development workflow. It can automate things like css/js minification, concatenation, etc. Here is quick tutorial read more
Css source map example using gulp-sourcemaps
If you are concatenating multiple css files into once css file, it is useful to have sourcemap in your combined css file in development environment. read more