Sourcemaps anyone

Has anyone gotten source maps to compile with grunt? grunt-recess doesn’t seem to support it or did I miss something?

https://github.com/twitter/recess/issues/132

Yeah, I found that particular issue and the associated pull request would have added source maps to it. That pull request was put on hold, because the build system for Bootstrap went from Make to Grunt.

I was hoping that someone has managed to monkey patch recess or something. But I guess I live with what I have

I added LESS source maps today, check this out: https://github.com/roots/roots/pull/913

Blog post will be dropping tomorrow about it