Sourcemap to track file and line sass in chrome

I need track partial sass file and line whed debuging my site in jekyll with chrome browser. How can I do it in simple way?
It’s necessarily for fronted developer and I’m surprised it was can’t found in jekyll documentation.
Anybody can help me?

I don’t think Jekyll core outputs sourcemaps when compiling your Sass. You’ll have to use the Jekyll-Assets plugin which I believe supports them.

Or you can something like Gulp (or Grunt) to build your Sass and generate the sourcemaps. That’s what I do with my Jekyll site.

Thanks @mmistakes
I will try this but I’m thinking about CodeKit, somebody use jekyll with this, its possible work well?

Also just for reference there’s an open discussion about adding sourcemaps to Jekyll’s Sass converter.

https://github.com/jekyll/jekyll-sass-converter/issues/59