Open alanhogan opened 10 years ago
Yeah, inlined sourcemaps might work. Didn't think about that.
I have high hopes for that. I think there’s a little bug in gulp-compass that would let that technique work as soon as it’s fixed.
On Aug 21, 2014, at 7:06 PM, Kyle Mathews notifications@github.com wrote:
Yeah, inlined sourcemaps might work. Didn't think about that.
— Reply to this email directly or view it on GitHub.
And then I just need to get cjsx-loader up to speed: https://github.com/KyleAMathews/cjsx-loader/issues/2
No luck with sass 1.0.1 this morning, despite update to appleboy/gulp-compass#3
(as in, I do not see the sourcemap appearing as a comment)
No inline sourcemap in the file Sass generates?
Right. I don’t know why not. I cleared sass-cache and restarted everything I could think of.
The autoloader seems to be breaking CSS sourcemap support.
See also, the inline approach: appleboy/gulp-compass#63